Skip to content

Commit 8b3ce31

Browse files
committed
deps: update V8 to 6.1.279
1 parent fda2566 commit 8b3ce31

File tree

2,289 files changed

+143064
-226896
lines changed

Some content is hidden

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

2,289 files changed

+143064
-226896
lines changed

deps/v8/.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
/_*
3636
/build
3737
/buildtools
38+
/gypfiles/.gold_plugin
3839
/gypfiles/win_toolchain.json
3940
/hydrogen.cfg
4041
/obj
@@ -45,10 +46,8 @@
4546
/src/inspector/build/closure-compiler
4647
/src/inspector/build/closure-compiler.tar.gz
4748
/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
49+
/test/fuzzer/wasm_corpus
50+
/test/fuzzer/wasm_corpus.tar.gz
5251
/test/mozilla/data
5352
/test/promises-aplus/promises-tests
5453
/test/promises-aplus/promises-tests.tar.gz
@@ -57,6 +56,8 @@
5756
/test/test262/data.tar
5857
/test/test262/harness
5958
/test/wasm-js
59+
/test/wasm-spec-tests/tests
60+
/test/wasm-spec-tests/tests.tar.gz
6061
/testing/gmock
6162
/testing/gtest/*
6263
!/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

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Imagination Technologies, LLC <*@imgtec.com>
2020
Loongson Technology Corporation Limited <*@loongson.cn>
2121
Code Aurora Forum <*@codeaurora.org>
2222
Home Jinni Inc. <*@homejinni.com>
23-
IBM Inc. <*@*.ibm.com>
23+
IBM Inc. <*@*ibm.com>
2424
Samsung <*@*.samsung.com>
2525
Joyent, Inc <*@joyent.com>
2626
RT-RK Computer Based System <*@rt-rk.com>
@@ -125,6 +125,7 @@ Victor Costan <[email protected]>
125125
Vlad Burlik <[email protected]>
126126
Vladimir Krivosheev <[email protected]>
127127
Vladimir Shutoff <[email protected]>
128+
Wiktor Garbacz <[email protected]>
128129
129130
Zac Hansen <[email protected]>
130131
Zhongping Wang <[email protected]>

0 commit comments

Comments
 (0)