Skip to content

Commit 61870b4

Browse files
targositaloacasas
authored andcommitted
deps: update V8 to 5.5.372.40
PR-URL: #11029 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 177e979 commit 61870b4

File tree

1,520 files changed

+117592
-60042
lines changed

Some content is hidden

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

1,520 files changed

+117592
-60042
lines changed

deps/v8/.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@ shell_g
8585
/tools/luci-go/linux64/isolate
8686
/tools/luci-go/mac64/isolate
8787
/tools/luci-go/win64/isolate.exe
88-
/tools/mb
8988
/tools/oom_dump/oom_dump
9089
/tools/oom_dump/oom_dump.o
9190
/tools/swarming_client
9291
/tools/visual_studio/Debug
9392
/tools/visual_studio/Release
93+
/test/fuzzer/wasm
94+
/test/fuzzer/wasm_asmjs
9495
/v8.log.ll
9596
/xcodebuild
9697
TAGS
@@ -105,3 +106,7 @@ turbo*.cfg
105106
turbo*.dot
106107
turbo*.json
107108
v8.ignition_dispatches_table.json
109+
/test/fuzzer/wasm.tar.gz
110+
/test/fuzzer/wasm_asmjs.tar.gz
111+
/src/inspector/build/closure-compiler.tar.gz
112+
/src/inspector/build/closure-compiler

deps/v8/.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ secondary_source = "//build/secondary/"
1414
# matching these patterns (see "gn help label_pattern" for format) will have
1515
# their includes checked for proper dependencies when you run either
1616
# "gn check" or "gn gen --check".
17-
check_targets = [
18-
]
17+
check_targets = []
1918

2019
# These are the list of GN files that run exec_script. This whitelist exists
2120
# to force additional review for new uses of exec_script, which is strongly
@@ -45,7 +44,5 @@ exec_script_whitelist = [
4544
"//build/toolchain/win/BUILD.gn",
4645
"//build/util/branding.gni",
4746
"//build/util/version.gni",
48-
"//test/cctest/BUILD.gn",
4947
"//test/test262/BUILD.gn",
50-
"//test/unittests/BUILD.gn",
5148
]

deps/v8/AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Felix Geisendörfer <haimuiba@gmail.com>
6363
Filipe David Manana <fdmanana@gmail.com>
6464
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
6565
Geoffrey Garside <ggarside@gmail.com>
66+
Gwang Yoon Hwang <ryumiel@company100.net>
6667
Han Choongwoo <cwhan.tunz@gmail.com>
6768
Hirofumi Mako <mkhrfm@gmail.com>
6869
Honggyu Kim <honggyu.kp@gmail.com>
@@ -95,14 +96,17 @@ Mike Pennisi <mike@mikepennisi.com>
9596
Milton Chiang <milton.chiang@mediatek.com>
9697
Myeong-bo Shim <m0609.shim@samsung.com>
9798
Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net>
99+
Noj Vek <nojvek@gmail.com>
98100
Oleksandr Chekhovskyi <oleksandr.chekhovskyi@gmail.com>
99101
Paolo Giarrusso <p.giarrusso@gmail.com>
100102
Patrick Gansterer <paroga@paroga.com>
103+
Peter Rybin <peter.rybin@gmail.com>
101104
Peter Varga <pvarga@inf.u-szeged.hu>
102105
Paul Lind <plind44@gmail.com>
103106
Rafal Krypa <rafal@krypa.net>
104107
Refael Ackermann <refack@gmail.com>
105108
Rene Rebe <rene@exactcode.de>
109+
Rob Wu <rob@robwu.nl>
106110
Robert Mustacchi <rm@fingolfin.org>
107111
Robert Nagy <robert.nagy@gmail.com>
108112
Ryan Dahl <ry@tinyclouds.org>

0 commit comments

Comments
 (0)