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 <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
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 <haimuiba@gmail.com>
7070
Filipe David Manana <fdmanana@gmail.com>
7171
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
7272
Geoffrey Garside <ggarside@gmail.com>
73-
Gus Caplan <me@gus.host>
7473
Gwang Yoon Hwang <ryumiel@company100.net>
7574
Henrique Ferreiro <henrique.ferreiro@gmail.com>
7675
Hirofumi Mako <mkhrfm@gmail.com>
@@ -99,6 +98,7 @@ Maciej Małecki <me@mmalecki.com>
9998
Marcin Cieślak <saper@marcincieslak.com>
10099
Marcin Wiącek <marcin@mwiacek.com>
101100
Mateusz Czeladka <mateusz.szczap@gmail.com>
101+
Matheus Marchini <matheus@sthima.com.br>
102102
Mathias Bynens <mathias@qiwi.be>
103103
Matt Hanselman <mjhanselman@gmail.com>
104104
Matthew Sporleder <msporleder@gmail.com>
@@ -138,13 +138,15 @@ Seo Sanghyeon <sanxiyn@gmail.com>
138138
Stefan Penner <stefan.penner@gmail.com>
139139
Sylvestre Ledru <sledru@mozilla.com>
140140
Taketoshi Aono <brn@b6n.ch>
141+
Teddy Katz <teddy.katz@gmail.com>
141142
Tiancheng "Timothy" Gu <timothygu99@gmail.com>
142143
Tobias Burnus <burnus@net-b.de>
143144
Victor Costan <costan@gmail.com>
144145
Vlad Burlik <vladbph@gmail.com>
145146
Vladimir Krivosheev <develar@gmail.com>
146147
Vladimir Shutoff <vovan@shutoff.ru>
147148
Wiktor Garbacz <wiktor.garbacz@gmail.com>
149+
Xiaoyin Liu <xiaoyin.l@outlook.com>
148150
Yong Wang <ccyongwang@tencent.com>
149151
Yu Yin <xwafish@gmail.com>
150152
Zac Hansen <xaxxon@gmail.com>

0 commit comments

Comments
 (0)