Skip to content

Commit 2739185

Browse files
committed
deps: update V8 to 5.5.372.40
PR-URL: #9618 Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent a67a04d commit 2739185

File tree

1,522 files changed

+117698
-60037
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,522 files changed

+117698
-60037
lines changed

deps/v8/.gitignore

+6-1
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

+1-4
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

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Felix Geisendörfer <[email protected]>
6363
Filipe David Manana <[email protected]>
6464
Franziska Hinkelmann <[email protected]>
6565
Geoffrey Garside <[email protected]>
66+
Gwang Yoon Hwang <[email protected]>
6667
Han Choongwoo <[email protected]>
6768
Hirofumi Mako <[email protected]>
6869
Honggyu Kim <[email protected]>
@@ -95,14 +96,17 @@ Mike Pennisi <[email protected]>
9596
Milton Chiang <[email protected]>
9697
Myeong-bo Shim <[email protected]>
9798
Nicolas Antonius Ernst Leopold Maria Kaiser <[email protected]>
99+
98100
Oleksandr Chekhovskyi <[email protected]>
99101
Paolo Giarrusso <[email protected]>
100102
Patrick Gansterer <[email protected]>
103+
Peter Rybin <[email protected]>
101104
Peter Varga <[email protected]>
102105
Paul Lind <[email protected]>
103106
Rafal Krypa <[email protected]>
104107
Refael Ackermann <[email protected]>
105108
Rene Rebe <[email protected]>
109+
106110
Robert Mustacchi <[email protected]>
107111
Robert Nagy <[email protected]>
108112
Ryan Dahl <[email protected]>

0 commit comments

Comments
 (0)