Skip to content

Commit 44ad55d

Browse files
MylesBorinsaddaleax
authored andcommitted
deps: update V8 to 6.0.286.52
PR-URL: #14574 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent fa3aa2e commit 44ad55d

File tree

2,174 files changed

+162516
-97981
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,174 files changed

+162516
-97981
lines changed

deps/v8/.gitignore

+25-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,33 @@
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_corpus
49+
/test/fuzzer/wasm_corpus.tar.gz
50+
/test/fuzzer/wasm_asmjs_corpus
51+
/test/fuzzer/wasm_asmjs_corpus.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
60+
/test/wasm-spec-tests/tests
61+
/test/wasm-spec-tests/tests.tar.gz
6062
/testing/gmock
6163
/testing/gtest/*
6264
!/testing/gtest/include
@@ -81,26 +83,26 @@ shell_g
8183
/tools/swarming_client
8284
/tools/visual_studio/Debug
8385
/tools/visual_studio/Release
84-
/test/fuzzer/wasm
85-
/test/fuzzer/wasm_asmjs
8686
/v8.log.ll
8787
/xcodebuild
88-
TAGS
89-
*.Makefile
90-
GTAGS
88+
GPATH
9189
GRTAGS
9290
GSYMS
93-
GPATH
94-
tags
91+
GTAGS
92+
TAGS
93+
bsuite
94+
compile_commands.json
95+
d8
96+
d8_g
97+
gccauses
98+
gcsuspects
9599
gtags.files
100+
shell
101+
shell_g
102+
tags
96103
turbo*.cfg
97104
turbo*.dot
98105
turbo*.json
99106
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
105107
!/third_party/jinja2
106108
!/third_party/markupsafe

deps/v8/AUTHORS

+3-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>
@@ -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]>
@@ -82,6 +83,7 @@ JunHo Seo <[email protected]>
8283
Kang-Hao (Kenny) Lu <[email protected]>
8384
Karl Skomski <[email protected]>
8485
Kevin Gibbons <[email protected]>
86+
Loo Rong Jie <[email protected]>
8587
Luis Reis <[email protected]>
8688
Luke Zarko <[email protected]>
8789
Maciej Małecki <[email protected]>

0 commit comments

Comments
 (0)