Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 272f494

Browse filesBrowse files
targosaddaleax
authored andcommitted
deps: update V8 to 5.9.211.35
PR-URL: #13515 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent fa134dd commit 272f494
Copy full SHA for 272f494

File tree

Expand file treeCollapse file tree

1,488 files changed

+109862
-65480
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

1,488 files changed

+109862
-65480
lines changed
Open diff view settings
Collapse file

‎deps/v8/.gitignore‎

Copy file name to clipboardExpand all lines: deps/v8/.gitignore
+23-23Lines changed: 23 additions & 23 deletions
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
Collapse file

‎deps/v8/.gn‎

Copy file name to clipboardExpand all lines: deps/v8/.gn
+4-2Lines changed: 4 additions & 2 deletions
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+
]
Collapse file

‎deps/v8/AUTHORS‎

Copy file name to clipboardExpand all lines: deps/v8/AUTHORS
+2-1Lines changed: 2 additions & 1 deletion
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 <sejunho@gmail.com>
8282
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
8383
Karl Skomski <karl@skomski.com>
8484
Kevin Gibbons <bakkot@gmail.com>
85+
Loo Rong Jie <loorongjie@gmail.com>
8586
Luis Reis <luis.m.reis@gmail.com>
8687
Luke Zarko <lukezarko@gmail.com>
8788
Maciej Małecki <me@mmalecki.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.