Skip to content

Commit 6bd756d

Browse files
committed
deps: update V8 to 10.7.193.13
PR-URL: #44741 Fixes: #44650 Fixes: #37472 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 624dadb commit 6bd756d

File tree

3,737 files changed

+277849
-186447
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,737 files changed

+277849
-186447
lines changed

deps/v8/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
.cproject
3131
.gclient_entries
3232
.gdb_history
33+
.idea
3334
.jslint-cache
3435
.landmines
3536
.project

deps/v8/.gn

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@ no_check_targets = [
1919
"//:cppgc_base",
2020
"//:v8_internal_headers",
2121
"//src/inspector:inspector",
22-
"//test/cctest:cctest_sources",
22+
"//test/cctest:cctest_sources", # 15 errors
23+
"//test/unittests:inspector_unittests_sources", # 2 errors
2324
"//third_party/icu:*",
2425
]
2526

27+
default_args = {
28+
# Overwrite default args declared in the Fuchsia sdk
29+
# Please maintain this in sync with Chromium version in src/.gn
30+
fuchsia_target_api_level = 9
31+
}
32+
2633
# These are the list of GN files that run exec_script. This whitelist exists
2734
# to force additional review for new uses of exec_script, which is strongly
2835
# discouraged except for gypi_to_gn calls.

deps/v8/.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
# Please keep the list sorted.
1212

1313
Clemens Backes <[email protected]> Clemens Hammacher <[email protected]>
14+
Jakob Linke <[email protected]>
15+
1416

deps/v8/.vpython3

+5
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ wheel: <
6969
name: "infra/python/wheels/numpy/${vpython_platform}"
7070
version: "version:1.2x.supported.1"
7171
>
72+
73+
wheel: <
74+
name: "infra/python/wheels/protobuf-py3"
75+
version: "version:3.19.3"
76+
>

deps/v8/AUTHORS

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Cloudflare, Inc. <*@cloudflare.com>
4242
Julia Computing, Inc. <*@juliacomputing.com>
4343
CodeWeavers, Inc. <*@codeweavers.com>
4444
Alibaba, Inc. <*@alibaba-inc.com>
45+
SiFive, Inc. <*@sifive.com>
4546

4647
Aaron Bieber <[email protected]>
4748
Aaron O'Mullan <[email protected]>
@@ -99,21 +100,25 @@ David Sanders <[email protected]>
99100
Deepak Mohan <[email protected]>
100101
Deon Dior <[email protected]>
101102
103+
Divy Srivastava <[email protected]>
102104
Dominic Chen <[email protected]>
103105
Dominic Farolini <[email protected]>
104106
Douglas Crosher <[email protected]>
105107
Dusan Milosavljevic <[email protected]>
108+
Eden Wang <[email protected]>
106109
Eric Rannaud <[email protected]>
107110
Erich Ocean <[email protected]>
108111
Evan Lucas <[email protected]>
109112
Fedor Indutny <[email protected]>
110113
Felix Geisendörfer <[email protected]>
114+
111115
Filipe David Manana <[email protected]>
112116
Franziska Hinkelmann <[email protected]>
113117
Gao Sheng <[email protected]>
114118
Geoffrey Garside <[email protected]>
115119
Gergely Nagy <[email protected]>
116120
Gilang Mentari Hamidy <[email protected]>
121+
Giovanny Gutierrez <[email protected]>
117122
Gus Caplan <[email protected]>
118123
Gwang Yoon Hwang <[email protected]>
119124
Haichuan Wang <[email protected]>
@@ -122,6 +127,7 @@ Harshal Nandigramwar <[email protected]>
122127
Harshil Jain <[email protected]>
123128
Henrique Ferreiro <[email protected]>
124129
Hirofumi Mako <[email protected]>
130+
Hisham Muhammad <[email protected]>
125131
Honggyu Kim <[email protected]>
126132
Huáng Jùnliàng <[email protected]>
127133
HyeockJin Kim <[email protected]>
@@ -194,6 +200,7 @@ Paolo Giarrusso <[email protected]>
194200
Patrick Gansterer <[email protected]>
195201
Paul Lind <[email protected]>
196202
Pavel Medvedev <[email protected]>
203+
Pedro Falcato <[email protected]>
197204
198205
199206
Peng-Yu Chen <[email protected]>

0 commit comments

Comments
 (0)