Skip to content

Commit 09a8440

Browse files
committed
deps: update V8 to 12.2.281.27
PR-URL: #51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
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 <legendecas@gmail.com>
8990
Choongwoo Han <cwhan.tunz@gmail.com>
9091
Chris Nardi <hichris123@gmail.com>
9192
Christopher A. Taylor <chris@gameclosure.com>
93+
Christopher Nady <nady.christopher@gmail.com>
9294
Colin Ihrig <cjihrig@gmail.com>
9395
Cong Zuo <zckevinzc@gmail.com>
9496
Craig Schlenter <craig.schlenter@gmail.com>
@@ -134,6 +136,7 @@ Hannu Trey <hannu.trey@gmail.com>
134136
Harshal Nandigramwar <pro.bbcom18@gmail.com>
135137
Harshil Jain <twitharshil@gmail.com>
136138
Henrique Ferreiro <henrique.ferreiro@gmail.com>
139+
Helmut Januschka <helmut@januschka.com>
137140
Hirofumi Mako <mkhrfm@gmail.com>
138141
Hisham Muhammad <hisham@gobolinux.org>
139142
Ho Cheung <uioptt24@gmail.com>
@@ -153,6 +156,7 @@ Jan de Mooij <jandemooij@gmail.com>
153156
Janusz Majnert <jmajnert@gmail.com>
154157
Javad Amiri <javad.amiri@anu.edu.au>
155158
Jay Freeman <saurik@saurik.com>
159+
Jeroen Bobbeldijk <jerbob92@gmail.com>
156160
Jérôme Vouillon <jerome.vouillon@gmail.com>
157161
Jesper van den Ende <jespertheend@gmail.com>
158162
Ji Qiu <qiuji@iscas.ac.cn>

0 commit comments

Comments
 (0)