Skip to content

Commit 0a66b22

Browse files
committed
deps: update V8 to 6.0.286.52
PR-URL: #14004 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 1782b38 commit 0a66b22

File tree

1,529 files changed

+61358
-41264
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,529 files changed

+61358
-41264
lines changed

deps/v8/.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
/src/inspector/build/closure-compiler
4646
/src/inspector/build/closure-compiler.tar.gz
4747
/test/benchmarks/data
48-
/test/fuzzer/wasm
49-
/test/fuzzer/wasm.tar.gz
50-
/test/fuzzer/wasm_asmjs
51-
/test/fuzzer/wasm_asmjs.tar.gz
48+
/test/fuzzer/wasm_corpus
49+
/test/fuzzer/wasm_corpus.tar.gz
50+
/test/fuzzer/wasm_asmjs_corpus
51+
/test/fuzzer/wasm_asmjs_corpus.tar.gz
5252
/test/mozilla/data
5353
/test/promises-aplus/promises-tests
5454
/test/promises-aplus/promises-tests.tar.gz
@@ -57,6 +57,8 @@
5757
/test/test262/data.tar
5858
/test/test262/harness
5959
/test/wasm-js
60+
/test/wasm-spec-tests/tests
61+
/test/wasm-spec-tests/tests.tar.gz
6062
/testing/gmock
6163
/testing/gtest/*
6264
!/testing/gtest/include

deps/v8/.gn

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ check_targets = []
2121
# These are the list of GN files that run exec_script. This whitelist exists
2222
# to force additional review for new uses of exec_script, which is strongly
2323
# discouraged except for gypi_to_gn calls.
24-
exec_script_whitelist = build_dotfile_settings.exec_script_whitelist + [
25-
"//test/test262/BUILD.gn",
26-
"//BUILD.gn",
27-
]
24+
exec_script_whitelist =
25+
build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]

deps/v8/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Hirofumi Mako <[email protected]>
7070
Honggyu Kim <[email protected]>
7171
Ioseb Dzmanashvili <[email protected]>
7272
Isiah Meadows <[email protected]>
73+
Jaime Bernardo <[email protected]>
7374
Jan de Mooij <[email protected]>
7475
Jay Freeman <[email protected]>
7576
James Pike <[email protected]>

0 commit comments

Comments
 (0)