Skip to content

Commit ac9b9c8

Browse files
committed
deps: update V8 to 7.5.23
1 parent 641b827 commit ac9b9c8

File tree

3,853 files changed

+252011
-173564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,853 files changed

+252011
-173564
lines changed

deps/v8/.clang-tidy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
modernize-redundant-void-arg,
55
modernize-replace-random-shuffle,
66
modernize-shrink-to-fit,
7-
modernize-use-auto,
7+
# modernize-use-auto,
88
modernize-use-bool-literals,
99
modernize-use-equals-default,
10-
modernize-use-equals-delete,
10+
# modernize-use-equals-delete,
1111
modernize-use-nullptr,
1212
modernize-use-override,
13-
google-build-explicit-make-pair,
13+
# google-build-explicit-make-pair,
1414
google-explicit-constructor,
1515
google-readability-casting'
1616
WarningsAsErrors: ''

deps/v8/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*~
2424
.#*
2525
.*.sw?
26+
.ccls-cache
2627
.cpplint-cache
2728
.cproject
2829
.d8_history
@@ -32,6 +33,7 @@
3233
.project
3334
.pydevproject
3435
.settings
36+
.torquelint-cache
3537
.vscode
3638
/_*
3739
/build
@@ -51,7 +53,7 @@
5153
/test/mozilla/data
5254
/test/test262/data
5355
/test/test262/harness
54-
/test/wasm-js
56+
/test/wasm-js/data
5557
/test/wasm-spec-tests/tests
5658
/test/wasm-spec-tests/tests.tar.gz
5759
/third_party/*

deps/v8/.vpython

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,26 @@ wheel: <
4343
platform: "win_amd64"
4444
>
4545
>
46+
47+
# Used by:
48+
# tools/unittests/run_perf_test.py
49+
wheel: <
50+
name: "infra/python/wheels/coverage/${vpython_platform}"
51+
version: "version:4.3.4"
52+
>
53+
wheel: <
54+
name: "infra/python/wheels/six-py2_py3"
55+
version: "version:1.10.0"
56+
>
57+
wheel: <
58+
name: "infra/python/wheels/pbr-py2_py3"
59+
version: "version:3.0.0"
60+
>
61+
wheel: <
62+
name: "infra/python/wheels/funcsigs-py2_py3"
63+
version: "version:1.0.2"
64+
>
65+
wheel: <
66+
name: "infra/python/wheels/mock-py2_py3"
67+
version: "version:2.0.0"
68+
>

deps/v8/AUTHORS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ NVIDIA Corporation <*@nvidia.com>
1515
BlackBerry Limited <*@blackberry.com>
1616
Opera Software ASA <*@opera.com>
1717
Intel Corporation <*@intel.com>
18+
Microsoft <*@microsoft.com>
1819
MIPS Technologies, Inc. <*@mips.com>
1920
Imagination Technologies, LLC <*@imgtec.com>
2021
Wave Computing, Inc. <*@wavecomp.com>
@@ -39,17 +40,21 @@ Cloudflare, Inc. <*@cloudflare.com>
3940
Aaron Bieber <[email protected]>
4041
Abdulla Kamar <[email protected]>
4142
Akinori MUSHA <[email protected]>
43+
Alessandro Pignotti <[email protected]>
4244
Alex Kodat <[email protected]>
4345
Alexander Botero-Lowry <[email protected]>
4446
Alexander Karpinsky <[email protected]>
4547
Alexandre Vassalotti <[email protected]>
4648
Alexis Campailla <[email protected]>
49+
Allan Sandfeld Jensen <[email protected]>
4750
4851
Andreas Anyuru <[email protected]>
4952
Andrew Paprocki <[email protected]>
5053
Andrei Kashcha <[email protected]>
5154
Anna Henningsen <[email protected]>
55+
Anton Bikineev <[email protected]>
5256
Bangfu Tao <[email protected]>
57+
Daniel Shelton <[email protected]>
5358
5459
Ben Newman <[email protected]>
5560
Ben Noordhuis <[email protected]>
@@ -65,6 +70,7 @@ Colin Ihrig <[email protected]>
6570
Daniel Andersson <[email protected]>
6671
Daniel Bevenius <[email protected]>
6772
Daniel James <[email protected]>
73+
Deepak Mohan <[email protected]>
6874
Deon Dior <[email protected]>
6975
Dominic Farolini <[email protected]>
7076
Douglas Crosher <[email protected]>
@@ -79,6 +85,7 @@ Geoffrey Garside <[email protected]>
7985
Gergely Nagy <[email protected]>
8086
Gus Caplan <[email protected]>
8187
Gwang Yoon Hwang <[email protected]>
88+
Hannu Trey <[email protected]>
8289
Henrique Ferreiro <[email protected]>
8390
Hirofumi Mako <[email protected]>
8491
Honggyu Kim <[email protected]>
@@ -109,10 +116,11 @@ Maciej Małecki <[email protected]>
109116
Marcin Cieślak <[email protected]>
110117
Marcin Wiącek <[email protected]>
111118
Mateusz Czeladka <[email protected]>
112-
Matheus Marchini <[email protected]>
119+
Matheus Marchini <[email protected]>
113120
Mathias Bynens <[email protected]>
114121
Matt Hanselman <[email protected]>
115122
Matthew Sporleder <[email protected]>
123+
Maxim Mazurok <[email protected]>
116124
Maxim Mossienko <[email protected]>
117125
Michael Lutz <[email protected]>
118126
Michael Smith <[email protected]>
@@ -132,6 +140,7 @@ Peter Rybin <[email protected]>
132140
Peter Varga <[email protected]>
133141
Peter Wong <[email protected]>
134142
Paul Lind <[email protected]>
143+
Pavel Medvedev <[email protected]>
135144
136145
Qingyan Li <[email protected]>
137146
Qiuyi Zhang <[email protected]>
@@ -158,10 +167,12 @@ Tiancheng "Timothy" Gu <[email protected]>
158167
Tobias Burnus <[email protected]>
159168
Tobias Nießen <[email protected]>
160169
Ujjwal Sharma <[email protected]>
170+
Vadim Gorbachev <[email protected]>
161171
Victor Costan <[email protected]>
162172
Vlad Burlik <[email protected]>
163173
Vladimir Krivosheev <[email protected]>
164174
Vladimir Shutoff <[email protected]>
175+
Wenlu Wang <[email protected]>
165176
Wiktor Garbacz <[email protected]>
166177
Xiaoyin Liu <[email protected]>
167178
Yannic Bonenberger <[email protected]>

0 commit comments

Comments
 (0)