Skip to content

Commit 7b48713

Browse files
committed
deps: update V8 to 7.3.492.25
PR-URL: #25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
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 <deftly@gmail.com>
4041
Abdulla Kamar <abdulla.kamar@gmail.com>
4142
Akinori MUSHA <knu@FreeBSD.org>
43+
Alessandro Pignotti <alessandro@leaningtech.com>
4244
Alex Kodat <akodat@rocketsoftware.com>
4345
Alexander Botero-Lowry <alexbl@FreeBSD.org>
4446
Alexander Karpinsky <homm86@gmail.com>
@@ -50,7 +52,8 @@ Andrew Paprocki <andrew@ishiboo.com>
5052
Andrei Kashcha <anvaka@gmail.com>
5153
Anna Henningsen <anna@addaleax.net>
5254
Bangfu Tao <bangfu.tao@samsung.com>
53-
Ben Coe <bencoe@gmail.com>
55+
Daniel Shelton <d1.shelton@samsung.com>
56+
Ben Coe <ben@npmjs.com>
5457
Ben Newman <ben@meteor.com>
5558
Ben Noordhuis <info@bnoordhuis.nl>
5659
Benjamin Tan <demoneaux@gmail.com>
@@ -65,6 +68,7 @@ Colin Ihrig <cjihrig@gmail.com>
6568
Daniel Andersson <kodandersson@gmail.com>
6669
Daniel Bevenius <daniel.bevenius@gmail.com>
6770
Daniel James <dnljms@gmail.com>
71+
Deepak Mohan <hop2deep@gmail.com>
6872
Deon Dior <diaoyuanjie@gmail.com>
6973
Dominic Farolini <domfarolino@gmail.com>
7074
Douglas Crosher <dtc-v8@scieneer.com>
@@ -109,10 +113,11 @@ Maciej Małecki <me@mmalecki.com>
109113
Marcin Cieślak <saper@marcincieslak.com>
110114
Marcin Wiącek <marcin@mwiacek.com>
111115
Mateusz Czeladka <mateusz.szczap@gmail.com>
112-
Matheus Marchini <matheus@sthima.com.br>
116+
Matheus Marchini <mat@mmarchini.me>
113117
Mathias Bynens <mathias@qiwi.be>
114118
Matt Hanselman <mjhanselman@gmail.com>
115119
Matthew Sporleder <msporleder@gmail.com>
120+
Maxim Mazurok <maxim@mazurok.com>
116121
Maxim Mossienko <maxim.mossienko@gmail.com>
117122
Michael Lutz <michi@icosahedron.de>
118123
Michael Smith <mike@w3.org>
@@ -143,7 +148,6 @@ Rick Waldron <waldron.rick@gmail.com>
143148
Rob Wu <rob@robwu.nl>
144149
Robert Mustacchi <rm@fingolfin.org>
145150
Robert Nagy <robert.nagy@gmail.com>
146-
Ruben Bridgewater <ruben@bridgewater.de>
147151
Ryan Dahl <ry@tinyclouds.org>
148152
Sakthipriyan Vairamani (thefourtheye) <thechargingvolcano@gmail.com>
149153
Sander Mathijs van Veen <sander@leaningtech.com>
@@ -162,6 +166,7 @@ Victor Costan <costan@gmail.com>
162166
Vlad Burlik <vladbph@gmail.com>
163167
Vladimir Krivosheev <develar@gmail.com>
164168
Vladimir Shutoff <vovan@shutoff.ru>
169+
Wenlu Wang <kingwenlu@gmail.com>
165170
Wiktor Garbacz <wiktor.garbacz@gmail.com>
166171
Xiaoyin Liu <xiaoyin.l@outlook.com>
167172
Yannic Bonenberger <contact@yannic-bonenberger.com>

0 commit comments

Comments
 (0)