Skip to content

Commit 09a8440

Browse files
committed
deps: update V8 to 12.2.281.27
PR-URL: #51362 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent d9aa33f commit 09a8440

File tree

3,635 files changed

+412461
-59619
lines changed

Some content is hidden

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

3,635 files changed

+412461
-59619
lines changed

deps/v8/.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ BasedOnStyle: Google
44
DerivePointerAlignment: false
55
MaxEmptyLinesToKeep: 1
66
IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']
7+
StatementMacros:
8+
- DECL_CAST
9+
- 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ bazel-v8
129129
/third_party/zlib/contrib/tests
130130
/third_party/zlib/google/test
131131
!/third_party/ittapi
132+
!/third_party/abseil-cpp
133+
/third_party/abseil-cpp/.github
134+
/third_party/abseil-cpp/ci

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: 4 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>
@@ -89,6 +90,7 @@ Chengzhong Wu <[email protected]>
8990
Choongwoo Han <[email protected]>
9091
Chris Nardi <[email protected]>
9192
Christopher A. Taylor <[email protected]>
93+
Christopher Nady <[email protected]>
9294
Colin Ihrig <[email protected]>
9395
9496
Craig Schlenter <[email protected]>
@@ -134,6 +136,7 @@ Hannu Trey <[email protected]>
134136
Harshal Nandigramwar <[email protected]>
135137
Harshil Jain <[email protected]>
136138
Henrique Ferreiro <[email protected]>
139+
Helmut Januschka <[email protected]>
137140
Hirofumi Mako <[email protected]>
138141
Hisham Muhammad <[email protected]>
139142
Ho Cheung <[email protected]>
@@ -153,6 +156,7 @@ Jan de Mooij <[email protected]>
153156
Janusz Majnert <[email protected]>
154157
Javad Amiri <[email protected]>
155158
Jay Freeman <[email protected]>
159+
Jeroen Bobbeldijk <[email protected]>
156160
Jérôme Vouillon <[email protected]>
157161
Jesper van den Ende <[email protected]>
158162

0 commit comments

Comments
 (0)