Skip to content

Commit 7b48713

Browse files
committed
deps: update V8 to 7.3.492.25
PR-URL: #25852 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent 8549ac0 commit 7b48713

File tree

2,732 files changed

+168512
-117240
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,732 files changed

+168512
-117240
lines changed

deps/v8/.clang-tidy

+3-3
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
.project
3333
.pydevproject
3434
.settings
35+
.torquelint-cache
3536
.vscode
3637
/_*
3738
/build
@@ -51,7 +52,7 @@
5152
/test/mozilla/data
5253
/test/test262/data
5354
/test/test262/harness
54-
/test/wasm-js
55+
/test/wasm-js/data
5556
/test/wasm-spec-tests/tests
5657
/test/wasm-spec-tests/tests.tar.gz
5758
/third_party/*

deps/v8/.vpython

+23
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

+8-3
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,6 +40,7 @@ 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]>
@@ -50,7 +52,8 @@ Andrew Paprocki <[email protected]>
5052
Andrei Kashcha <[email protected]>
5153
Anna Henningsen <[email protected]>
5254
Bangfu Tao <[email protected]>
53-
55+
Daniel Shelton <[email protected]>
56+
5457
Ben Newman <[email protected]>
5558
Ben Noordhuis <[email protected]>
5659
Benjamin Tan <[email protected]>
@@ -65,6 +68,7 @@ Colin Ihrig <[email protected]>
6568
Daniel Andersson <[email protected]>
6669
Daniel Bevenius <[email protected]>
6770
Daniel James <[email protected]>
71+
Deepak Mohan <[email protected]>
6872
Deon Dior <[email protected]>
6973
Dominic Farolini <[email protected]>
7074
Douglas Crosher <[email protected]>
@@ -109,10 +113,11 @@ Maciej Małecki <[email protected]>
109113
Marcin Cieślak <[email protected]>
110114
Marcin Wiącek <[email protected]>
111115
Mateusz Czeladka <[email protected]>
112-
Matheus Marchini <[email protected]>
116+
Matheus Marchini <[email protected]>
113117
Mathias Bynens <[email protected]>
114118
Matt Hanselman <[email protected]>
115119
Matthew Sporleder <[email protected]>
120+
Maxim Mazurok <[email protected]>
116121
Maxim Mossienko <[email protected]>
117122
Michael Lutz <[email protected]>
118123
Michael Smith <[email protected]>
@@ -143,7 +148,6 @@ Rick Waldron <[email protected]>
143148
144149
Robert Mustacchi <[email protected]>
145150
Robert Nagy <[email protected]>
146-
Ruben Bridgewater <[email protected]>
147151
Ryan Dahl <[email protected]>
148152
Sakthipriyan Vairamani (thefourtheye) <[email protected]>
149153
Sander Mathijs van Veen <[email protected]>
@@ -162,6 +166,7 @@ Victor Costan <[email protected]>
162166
Vlad Burlik <[email protected]>
163167
Vladimir Krivosheev <[email protected]>
164168
Vladimir Shutoff <[email protected]>
169+
Wenlu Wang <[email protected]>
165170
Wiktor Garbacz <[email protected]>
166171
Xiaoyin Liu <[email protected]>
167172
Yannic Bonenberger <[email protected]>

0 commit comments

Comments
 (0)