Skip to content

Commit bfc5f92

Browse files
deps: update V8 to 12.5.28
1 parent c714cda commit bfc5f92

File tree

4,298 files changed

+498695
-100422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,298 files changed

+498695
-100422
lines changed

deps/v8/.clang-format

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
BasedOnStyle: Google
44
DerivePointerAlignment: false
55
MaxEmptyLinesToKeep: 1
6-
IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']
6+
IfMacros:
7+
- IF
8+
- IF_NOT
9+
Macros:
10+
# Make clang-format think TurboShaft `ELSE` expands to just `else`, so that
11+
# it formats well alongside `if`
12+
- ELSE=else
13+
StatementMacros:
14+
- DECL_CAST
15+
- DECL_VERIFIER

deps/v8/.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
---
33
Checks: '-*,
4+
bugprone-unique-ptr-array-mismatch,
45
modernize-redundant-void-arg,
56
modernize-replace-random-shuffle,
67
modernize-shrink-to-fit,
@@ -11,6 +12,7 @@
1112
modernize-use-nullptr,
1213
modernize-use-override,
1314
# google-build-explicit-make-pair,
15+
google-default-arguments,
1416
google-explicit-constructor,
1517
google-readability-casting'
1618
WarningsAsErrors: ''

deps/v8/.gitignore

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,10 @@
6363
/test/wasm-spec-tests/tests.tar.gz
6464
/third_party/*
6565
!/third_party/antlr4
66-
!/third_party/cpu_features
67-
/third_party/cpu_features/src
68-
!/third_party/inspector_protocol
69-
!/third_party/jsoncpp
70-
/third_party/jsoncpp/source
7166
!/third_party/colorama
7267
/third_party/colorama/src
68+
!/third_party/cpu_features
69+
/third_party/cpu_features/src
7370
!/third_party/glibc
7471
!/third_party/googletest
7572
/third_party/googletest/src/*
@@ -80,6 +77,11 @@
8077
!/third_party/googletest/src/googletest/include/gtest
8178
/third_party/googletest/src/googletest/include/gtest/*
8279
!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
80+
!/third_party/inspector_protocol
81+
!/third_party/jsoncpp
82+
/third_party/jsoncpp/source
83+
!/third_party/re2
84+
/third_party/re2/src
8385
!/third_party/test262-harness
8486
!/third_party/v8
8587
!/third_party/wasm-api
@@ -129,3 +131,9 @@ bazel-v8
129131
/third_party/zlib/contrib/tests
130132
/third_party/zlib/google/test
131133
!/third_party/ittapi
134+
!/third_party/abseil-cpp
135+
/third_party/abseil-cpp/.github
136+
/third_party/abseil-cpp/ci
137+
!/third_party/fp16
138+
/third_party/fp16/src/*
139+
!/third_party/fp16/src/include

deps/v8/.vpython3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ wheel: <
9696
name: "infra/python/wheels/charset_normalizer-py3"
9797
version: "version:2.0.4"
9898
>
99+
wheel: <
100+
name: "infra/python/wheels/pyfakefs-py2_py3"
101+
version: "version:3.7.2"
102+
>

deps/v8/AUTHORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Code Aurora Forum <*@codeaurora.org>
2525
Home Jinni Inc. <*@homejinni.com>
2626
IBM Inc. <*@*.ibm.com>
2727
IBM Inc. <*@ibm.com>
28+
Raptor Computing Systems, LLC <*@raptorcs.com>
2829
Red Hat Inc. <*@redhat.com>
2930
Samsung <*@*.samsung.com>
3031
Samsung <*@samsung.com>
@@ -80,6 +81,7 @@ Benjamin Tan <[email protected]>
8081
Bert Belder <[email protected]>
8182
Brendon Tiszka <[email protected]>
8283
Brice Dobry <[email protected]>
84+
Bruno Pitrus <[email protected]>
8385
Burcu Dogan <[email protected]>
8486
Caitlin Potter <[email protected]>
8587
Chao Wang <[email protected]>
@@ -89,6 +91,7 @@ Chengzhong Wu <[email protected]>
8991
Choongwoo Han <[email protected]>
9092
Chris Nardi <[email protected]>
9193
Christopher A. Taylor <[email protected]>
94+
Christopher Nady <[email protected]>
9295
Colin Ihrig <[email protected]>
9396
9497
Craig Schlenter <[email protected]>
@@ -107,6 +110,7 @@ Deepak Mohan <[email protected]>
107110
Deon Dior <[email protected]>
108111
109112
Divy Srivastava <[email protected]>
113+
Dmitry Bezhetskov <[email protected]>
110114
Dominic Chen <[email protected]>
111115
Dominic Farolini <[email protected]>
112116
Douglas Crosher <[email protected]>
@@ -134,6 +138,7 @@ Hannu Trey <[email protected]>
134138
Harshal Nandigramwar <[email protected]>
135139
Harshil Jain <[email protected]>
136140
Henrique Ferreiro <[email protected]>
141+
Helmut Januschka <[email protected]>
137142
Hirofumi Mako <[email protected]>
138143
Hisham Muhammad <[email protected]>
139144
Ho Cheung <[email protected]>
@@ -153,6 +158,7 @@ Jan de Mooij <[email protected]>
153158
Janusz Majnert <[email protected]>
154159
Javad Amiri <[email protected]>
155160
Jay Freeman <[email protected]>
161+
Jeroen Bobbeldijk <[email protected]>
156162
Jérôme Vouillon <[email protected]>
157163
Jesper van den Ende <[email protected]>
158164
@@ -228,6 +234,7 @@ Peter Varga <[email protected]>
228234
Peter Wong <[email protected]>
229235
230236
Pierrick Bouvier <[email protected]>
237+
Punith B Nayak <[email protected]>
231238
Rafal Krypa <[email protected]>
232239
Raul Tambre <[email protected]>
233240
Ray Glover <[email protected]>
@@ -307,3 +314,4 @@ Zhongping Wang <[email protected]>
307314
Yang Xiang <[email protected]>
308315
Kotaro Ohsugi <[email protected]>
309316
Jing Peiyang <[email protected]>
317+
magic-akari <[email protected]>

0 commit comments

Comments
 (0)