Skip to content

Commit cfe2484

Browse files
committed
deps: update V8 to 7.6.303.29
PR-URL: #28955
1 parent 4778bc8 commit cfe2484

File tree

2,693 files changed

+122938
-67943
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,693 files changed

+122938
-67943
lines changed

deps/v8/.git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020

2121
# Update of quotations in DEPS file.
2222
e50b49a0e38b34e2b28e026f4d1c7e0da0c7bb1a
23+
24+
# Rewrite code base to use "." instead of "->" to access Object members.
25+
878ccb33bd3cf0e6dc018ff8d15843f585ac07be

deps/v8/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ GTAGS
9494
TAGS
9595
bsuite
9696
compile_commands.json
97-
d8
9897
!/test/mjsunit/d8
9998
d8_g
10099
gccauses

deps/v8/.gn

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ import("//build/dotfile_settings.gni")
77
# The location of the build configuration file.
88
buildconfig = "//build/config/BUILDCONFIG.gn"
99

10-
# The secondary source root is a parallel directory tree where
11-
# GN build files are placed when they can not be placed directly
12-
# in the source tree, e.g. for third party source trees.
13-
secondary_source = "//build/secondary/"
14-
1510
# These are the targets to check headers for by default. The files in targets
1611
# matching these patterns (see "gn help label_pattern" for format) will have
1712
# their includes checked for proper dependencies when you run either

deps/v8/.vpython

+8
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ wheel: <
6666
name: "infra/python/wheels/mock-py2_py3"
6767
version: "version:2.0.0"
6868
>
69+
70+
# Used by:
71+
# tools/run_perf.py
72+
# tools/unittests/run_perf_test.py
73+
wheel: <
74+
name: "infra/python/wheels/numpy/${vpython_platform}"
75+
version: "version:1.11.3"
76+
>

deps/v8/AUTHORS

+8-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ Wave Computing, Inc. <*@wavecomp.com>
2222
Loongson Technology Corporation Limited <*@loongson.cn>
2323
Code Aurora Forum <*@codeaurora.org>
2424
Home Jinni Inc. <*@homejinni.com>
25-
IBM Inc. <*@*ibm.com>
25+
IBM Inc. <*@*.ibm.com>
26+
IBM Inc. <*@ibm.com>
2627
Samsung <*@*.samsung.com>
28+
Samsung <*@samsung.com>
2729
Joyent, Inc <*@joyent.com>
2830
RT-RK Computer Based System <*@rt-rk.com>
2931
Amazon, Inc <*@amazon.com>
@@ -44,6 +46,7 @@ Alessandro Pignotti <[email protected]>
4446
Alex Kodat <[email protected]>
4547
Alexander Botero-Lowry <[email protected]>
4648
Alexander Karpinsky <[email protected]>
49+
Alexander Neville <[email protected]>
4750
Alexandre Vassalotti <[email protected]>
4851
Alexis Campailla <[email protected]>
4952
Allan Sandfeld Jensen <[email protected]>
@@ -99,6 +102,7 @@ Jay Freeman <[email protected]>
99102
James Pike <[email protected]>
100103
James M Snell <[email protected]>
101104
Jianghua Yang <[email protected]>
105+
Jiawen Geng <[email protected]>
102106
Joel Stanley <[email protected]>
103107
Johan Bergström <[email protected]>
104108
Jonathan Liu <[email protected]>
@@ -136,6 +140,7 @@ Noj Vek <[email protected]>
136140
Oleksandr Chekhovskyi <[email protected]>
137141
Paolo Giarrusso <[email protected]>
138142
Patrick Gansterer <[email protected]>
143+
139144
Peter Rybin <[email protected]>
140145
Peter Varga <[email protected]>
141146
Peter Wong <[email protected]>
@@ -145,11 +150,13 @@ PhistucK <[email protected]>
145150
Qingyan Li <[email protected]>
146151
Qiuyi Zhang <[email protected]>
147152
Rafal Krypa <[email protected]>
153+
Raul Tambre <[email protected]>
148154
Ray Glover <[email protected]>
149155
Refael Ackermann <[email protected]>
150156
Rene Rebe <[email protected]>
151157
Rick Waldron <[email protected]>
152158
159+
Robert Meijer <[email protected]>
153160
Robert Mustacchi <[email protected]>
154161
Robert Nagy <[email protected]>
155162
Ruben Bridgewater <[email protected]>

0 commit comments

Comments
 (0)