Skip to content

Commit 3dc8c3b

Browse files
committed
deps: update V8 to 5.9.211.32
PR-URL: #13263 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 91a1bbe commit 3dc8c3b

File tree

1,500 files changed

+110165
-69314
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,500 files changed

+110165
-69314
lines changed

deps/v8/.gitignore

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#*#
2+
*.Makefile
13
*.a
24
*.exe
35
*.idb
@@ -18,9 +20,9 @@
1820
*.vcxproj
1921
*.vcxproj.filters
2022
*.xcodeproj
21-
#*#
2223
*~
2324
.#*
25+
.*.sw?
2426
.cpplint-cache
2527
.cproject
2628
.d8_history
@@ -30,33 +32,31 @@
3032
.project
3133
.pydevproject
3234
.settings
33-
.*.sw?
34-
bsuite
35-
compile_commands.json
36-
d8
37-
d8_g
38-
gccauses
39-
gcsuspects
40-
shell
41-
shell_g
4235
/_*
4336
/build
44-
/gypfiles/win_toolchain.json
4537
/buildtools
38+
/gypfiles/win_toolchain.json
4639
/hydrogen.cfg
4740
/obj
4841
/out
4942
/out.gn
5043
/perf.data
5144
/perf.data.old
45+
/src/inspector/build/closure-compiler
46+
/src/inspector/build/closure-compiler.tar.gz
5247
/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
5352
/test/mozilla/data
5453
/test/promises-aplus/promises-tests
5554
/test/promises-aplus/promises-tests.tar.gz
5655
/test/promises-aplus/sinon
5756
/test/test262/data
5857
/test/test262/data.tar
5958
/test/test262/harness
59+
/test/wasm-js
6060
/testing/gmock
6161
/testing/gtest/*
6262
!/testing/gtest/include
@@ -81,26 +81,26 @@ shell_g
8181
/tools/swarming_client
8282
/tools/visual_studio/Debug
8383
/tools/visual_studio/Release
84-
/test/fuzzer/wasm
85-
/test/fuzzer/wasm_asmjs
8684
/v8.log.ll
8785
/xcodebuild
88-
TAGS
89-
*.Makefile
90-
GTAGS
86+
GPATH
9187
GRTAGS
9288
GSYMS
93-
GPATH
94-
tags
89+
GTAGS
90+
TAGS
91+
bsuite
92+
compile_commands.json
93+
d8
94+
d8_g
95+
gccauses
96+
gcsuspects
9597
gtags.files
98+
shell
99+
shell_g
100+
tags
96101
turbo*.cfg
97102
turbo*.dot
98103
turbo*.json
99104
v8.ignition_dispatches_table.json
100-
/test/fuzzer/wasm.tar.gz
101-
/test/fuzzer/wasm_asmjs.tar.gz
102-
/src/inspector/build/closure-compiler.tar.gz
103-
/src/inspector/build/closure-compiler
104-
/test/wasm-js
105105
!/third_party/jinja2
106106
!/third_party/markupsafe

deps/v8/.gn

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ 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 =
25-
build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]
24+
exec_script_whitelist = build_dotfile_settings.exec_script_whitelist + [
25+
"//test/test262/BUILD.gn",
26+
"//BUILD.gn",
27+
]

deps/v8/AUTHORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Below is a list of people and organizations that have contributed
1+
# Below is a list of people and organizations that have contributed
22
# to the V8 project. Names should be added to the list like so:
33
#
44
# Name/Organization <email address>
@@ -82,6 +82,7 @@ JunHo Seo <[email protected]>
8282
Kang-Hao (Kenny) Lu <[email protected]>
8383
Karl Skomski <[email protected]>
8484
Kevin Gibbons <[email protected]>
85+
Loo Rong Jie <[email protected]>
8586
Luis Reis <[email protected]>
8687
Luke Zarko <[email protected]>
8788
Maciej Małecki <[email protected]>

0 commit comments

Comments
 (0)