Skip to content

Commit b40f36c

Browse files
authored
Merge pull request #1 from fhinkel/vee-eight-lkgr
deps: update V8 to 6a72f3 Fixes nodejs#548 Makes nodejs#7624 unnecessary.
2 parents b4ad793 + 515747e commit b40f36c

File tree

980 files changed

+73977
-34566
lines changed

Some content is hidden

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

980 files changed

+73977
-34566
lines changed

deps/v8/.gitignore

Lines changed: 4 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,5 @@ 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

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: 3 additions & 0 deletions
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,9 +96,11 @@ 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]>

0 commit comments

Comments
 (0)