Skip to content

Commit da8ad4a

Browse files
targosMylesBorins
authored andcommitted
deps: update V8 to 6.7.288.43
PR-URL: #19989 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent ea81d42 commit da8ad4a

File tree

1,595 files changed

+91018
-40937
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,595 files changed

+91018
-40937
lines changed

deps/v8/.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,25 @@
4949
/test/fuzzer/wasm_corpus.tar.gz
5050
/test/mozilla/data
5151
/test/test262/data
52-
/test/test262/data.tar
5352
/test/test262/harness
5453
/test/wasm-js
5554
/test/wasm-spec-tests/tests
5655
/test/wasm-spec-tests/tests.tar.gz
57-
/testing/gmock
58-
/testing/gtest/*
59-
!/testing/gtest/include
60-
/testing/gtest/include/*
61-
!/testing/gtest/include/gtest
62-
/testing/gtest/include/gtest/*
63-
!/testing/gtest/include/gtest/gtest_prod.h
6456
/third_party/*
57+
!/third_party/antlr4
6558
!/third_party/binutils
66-
!/third_party/eu-strip
6759
!/third_party/inspector_protocol
6860
!/third_party/colorama
6961
/third_party/colorama/src
62+
!/third_party/googletest
63+
/third_party/googletest/src/*
64+
!/third_party/googletest/src/googletest
65+
/third_party/googletest/src/googletest/*
66+
!/third_party/googletest/src/googletest/include
67+
/third_party/googletest/src/googletest/include/*
68+
!/third_party/googletest/src/googletest/include/gtest
69+
/third_party/googletest/src/googletest/include/gtest/*
70+
!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
7071
/tools/clang
7172
/tools/gcmole/gcmole-tools
7273
/tools/gcmole/gcmole-tools.tar.gz

deps/v8/.gn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ 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 + []

deps/v8/.vpython

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ wheel: <
3030
name: "infra/python/wheels/psutil/${vpython_platform}"
3131
version: "version:5.2.2"
3232
>
33+
34+
# Used by:
35+
# build/toolchain/win
36+
wheel: <
37+
name: "infra/python/wheels/pypiwin32/${vpython_platform}"
38+
version: "version:219"
39+
match_tag: <
40+
platform: "win32"
41+
>
42+
match_tag: <
43+
platform: "win_amd64"
44+
>
45+
>

deps/v8/AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Felix Geisendörfer <[email protected]>
7070
Filipe David Manana <[email protected]>
7171
Franziska Hinkelmann <[email protected]>
7272
Geoffrey Garside <[email protected]>
73-
Gus Caplan <[email protected]>
7473
Gwang Yoon Hwang <[email protected]>
7574
Henrique Ferreiro <[email protected]>
7675
Hirofumi Mako <[email protected]>
@@ -99,6 +98,7 @@ Maciej Małecki <[email protected]>
9998
Marcin Cieślak <[email protected]>
10099
Marcin Wiącek <[email protected]>
101100
Mateusz Czeladka <[email protected]>
101+
Matheus Marchini <[email protected]>
102102
Mathias Bynens <[email protected]>
103103
Matt Hanselman <[email protected]>
104104
Matthew Sporleder <[email protected]>
@@ -138,13 +138,15 @@ Seo Sanghyeon <[email protected]>
138138
Stefan Penner <[email protected]>
139139
Sylvestre Ledru <[email protected]>
140140
Taketoshi Aono <[email protected]>
141+
Teddy Katz <[email protected]>
141142
Tiancheng "Timothy" Gu <[email protected]>
142143
Tobias Burnus <[email protected]>
143144
Victor Costan <[email protected]>
144145
Vlad Burlik <[email protected]>
145146
Vladimir Krivosheev <[email protected]>
146147
Vladimir Shutoff <[email protected]>
147148
Wiktor Garbacz <[email protected]>
149+
Xiaoyin Liu <[email protected]>
148150
Yong Wang <[email protected]>
149151
150152
Zac Hansen <[email protected]>

0 commit comments

Comments
 (0)