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 <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
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 <clemensb@chromium.org> Clemens Hammacher <clemensh@chromium.org>
14+
Jakob Linke <jgruber@chromium.org>
15+
Jakob Linke <jgruber@chromium.org> <jgruber@google.com>
1416
Timothy Gu <timothygu@chromium.org> <timothygu99@gmail.com>

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 <deftly@gmail.com>
4748
Aaron O'Mullan <aaron.omullan@gmail.com>
@@ -99,21 +100,25 @@ David Sanders <dsanders11@ucsbalum.com>
99100
Deepak Mohan <hop2deep@gmail.com>
100101
Deon Dior <diaoyuanjie@gmail.com>
101102
Derek Tu <derek.t@rioslab.org>
103+
Divy Srivastava <dj.srivastava23@gmail.com>
102104
Dominic Chen <d.c.ddcc@gmail.com>
103105
Dominic Farolini <domfarolino@gmail.com>
104106
Douglas Crosher <dtc-v8@scieneer.com>
105107
Dusan Milosavljevic <dusan.m.milosavljevic@gmail.com>
108+
Eden Wang <nedenwang@tencent.com>
106109
Eric Rannaud <eric.rannaud@gmail.com>
107110
Erich Ocean <erich.ocean@me.com>
108111
Evan Lucas <evan.lucas@help.com>
109112
Fedor Indutny <fedor@indutny.com>
110113
Felix Geisendörfer <haimuiba@gmail.com>
114+
Feng Yu <f3n67u@gmail.com>
111115
Filipe David Manana <fdmanana@gmail.com>
112116
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
113117
Gao Sheng <gaosheng08@meituan.com>
114118
Geoffrey Garside <ggarside@gmail.com>
115119
Gergely Nagy <ngg@ngg.hu>
116120
Gilang Mentari Hamidy <gilang@hamidy.net>
121+
Giovanny Gutierrez <giovannygutierrez@gmail.com>
117122
Gus Caplan <me@gus.host>
118123
Gwang Yoon Hwang <ryumiel@company100.net>
119124
Haichuan Wang <hc.opensource@gmail.com>
@@ -122,6 +127,7 @@ Harshal Nandigramwar <pro.bbcom18@gmail.com>
122127
Harshil Jain <twitharshil@gmail.com>
123128
Henrique Ferreiro <henrique.ferreiro@gmail.com>
124129
Hirofumi Mako <mkhrfm@gmail.com>
130+
Hisham Muhammad <hisham@gobolinux.org>
125131
Honggyu Kim <honggyu.kp@gmail.com>
126132
Huáng Jùnliàng <jlhwung@gmail.com>
127133
HyeockJin Kim <kherootz@gmail.com>
@@ -194,6 +200,7 @@ Paolo Giarrusso <p.giarrusso@gmail.com>
194200
Patrick Gansterer <paroga@paroga.com>
195201
Paul Lind <plind44@gmail.com>
196202
Pavel Medvedev <pmedvedev@gmail.com>
203+
Pedro Falcato <pedro.falcato@gmail.com>
197204
Peng Fei <pfgenyun@gmail.com>
198205
Peng Wu <peng.w@rioslab.org>
199206
Peng-Yu Chen <pengyu@libstarrify.so>

0 commit comments

Comments
 (0)