Skip to content

Commit 17a74dd

Browse files
committed
deps: update V8 to 11.8.172.13
PR-URL: #49639 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 0522ac0 commit 17a74dd

File tree

3,364 files changed

+245633
-136269
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,364 files changed

+245633
-136269
lines changed

deps/v8/.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
BasedOnStyle: Google
44
DerivePointerAlignment: false
55
MaxEmptyLinesToKeep: 1
6+
IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']

deps/v8/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
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
6668
!/third_party/inspector_protocol
6769
!/third_party/jsoncpp
6870
/third_party/jsoncpp/source
@@ -94,6 +96,7 @@
9496
/tools/turbolizer/build
9597
/tools/turbolizer/.rpt2_cache
9698
/tools/turbolizer/deploy
99+
/tools/v8heapconst.py
97100
/tools/visual_studio/Debug
98101
/tools/visual_studio/Release
99102
/v8.log.ll

deps/v8/.gn

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ no_check_targets = [
1919
"//:cppgc_base",
2020
"//:v8_internal_headers",
2121
"//src/inspector:inspector",
22-
"//test/cctest:cctest_sources", # 15 errors
23-
"//test/unittests:inspector_unittests_sources", # 2 errors
22+
"//test/cctest:cctest_sources", # 15 errors
23+
"//test/unittests:inspector_unittests_sources", # 2 errors
2424
"//third_party/icu:*",
2525
]
2626

2727
default_args = {
2828
# Overwrite default args declared in the Fuchsia sdk
2929
# Please maintain this in sync with Chromium version in src/.gn
3030
fuchsia_target_api_level = 9
31+
32+
# Disable rust dependencies.
33+
enable_rust = false
3134
}
3235

3336
# These are the list of GN files that run exec_script. This whitelist exists

deps/v8/.vpython3

+19-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,24 @@ wheel: <
7575
version: "version:3.19.3"
7676
>
7777

78+
# requests and its dependencies.
7879
wheel: <
79-
name: "infra/python/wheels/requests-py2_py3"
80-
version: "version:2.13.0"
80+
name: "infra/python/wheels/requests-py3"
81+
version: "version:2.31.0"
82+
>
83+
wheel: <
84+
name: "infra/python/wheels/urllib3-py2_py3"
85+
version: "version:1.26.6"
86+
>
87+
wheel: <
88+
name: "infra/python/wheels/idna-py2_py3"
89+
version: "version:2.8"
90+
>
91+
wheel: <
92+
name: "infra/python/wheels/certifi-py2_py3"
93+
version: "version:2020.11.8"
94+
>
95+
wheel: <
96+
name: "infra/python/wheels/charset_normalizer-py3"
97+
version: "version:2.0.4"
8198
>

deps/v8/AUTHORS

+11
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Anton Bershanskiy <[email protected]>
6969
Anton Bikineev <[email protected]>
7070
7171
Archil Sharashenidze <[email protected]>
72+
Arthur Islamov <[email protected]>
73+
Aurèle Barrière <[email protected]>
7274
Bala Avulapati <[email protected]>
7375
Bangfu Tao <[email protected]>
7476
@@ -110,6 +112,7 @@ Dominic Farolini <[email protected]>
110112
Douglas Crosher <[email protected]>
111113
Dusan Milosavljevic <[email protected]>
112114
Eden Wang <[email protected]>
115+
Elisha Hollander <[email protected]>
113116
Eric Rannaud <[email protected]>
114117
Erich Ocean <[email protected]>
115118
Evan Lucas <[email protected]>
@@ -133,6 +136,7 @@ Harshil Jain <[email protected]>
133136
Henrique Ferreiro <[email protected]>
134137
Hirofumi Mako <[email protected]>
135138
Hisham Muhammad <[email protected]>
139+
Ho Cheung <[email protected]>
136140
Honggyu Kim <[email protected]>
137141
Huáng Jùnliàng <[email protected]>
138142
HyeockJin Kim <[email protected]>
@@ -149,6 +153,7 @@ Jan de Mooij <[email protected]>
149153
Janusz Majnert <[email protected]>
150154
Javad Amiri <[email protected]>
151155
Jay Freeman <[email protected]>
156+
Jérôme Vouillon <[email protected]>
152157
Jesper van den Ende <[email protected]>
153158
154159
Jiawen Geng <[email protected]>
@@ -167,6 +172,7 @@ Kang-Hao (Kenny) Lu <[email protected]>
167172
Karl Skomski <[email protected]>
168173
Keith Smiley <[email protected]>
169174
Kevin Gibbons <[email protected]>
175+
Keyhan Vakil <[email protected]>
170176
Kris Selden <[email protected]>
171177
Kyounga Ra <[email protected]>
172178
Loo Rong Jie <[email protected]>
@@ -178,6 +184,7 @@ Maciej Małecki <[email protected]>
178184
Marcel Laverdet <[email protected]>
179185
Marcin Cieślak <[email protected]>
180186
Marcin Wiącek <[email protected]>
187+
Marisa Kirisame <[email protected]>
181188
Martin Bidlingmaier <[email protected]>
182189
Mateusz Czeladka <[email protected]>
183190
Matheus Marchini <[email protected]>
@@ -239,16 +246,19 @@ Sakthipriyan Vairamani (thefourtheye) <[email protected]>
239246
Sander Mathijs van Veen <[email protected]>
240247
Sandro Santilli <[email protected]>
241248
Sanjoy Das <[email protected]>
249+
Sam James <[email protected]>
242250
Seo Sanghyeon <[email protected]>
243251
Shawn Anastasio <[email protected]>
244252
Shawn Presser <[email protected]>
245253
Stefan Penner <[email protected]>
254+
Stefan Stojanovic <[email protected]>
246255
Stephan Hartmann <[email protected]>
247256
Stephen Belanger <[email protected]>
248257
Sylvestre Ledru <[email protected]>
249258
Takeshi Yoneda <[email protected]>
250259
Taketoshi Aono <[email protected]>
251260
Tao Liqiang <[email protected]>
261+
252262
Teddy Katz <[email protected]>
253263
Thomas Young <[email protected]>
254264
Tiancheng "Timothy" Gu <[email protected]>
@@ -265,6 +275,7 @@ Vlad Burlik <[email protected]>
265275
Vladimir Krivosheev <[email protected]>
266276
Vladimir Shutoff <[email protected]>
267277
Wael Almattar <[email protected]>
278+
Wang Chen <[email protected]>
268279
WANG Xuerui <[email protected]>
269280
270281
Wenlu Wang <[email protected]>

0 commit comments

Comments
 (0)