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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 5 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 8 additions & 1 deletion
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 <alessandro@leaningtech.com>
4446
Alex Kodat <akodat@rocketsoftware.com>
4547
Alexander Botero-Lowry <alexbl@FreeBSD.org>
4648
Alexander Karpinsky <homm86@gmail.com>
49+
Alexander Neville <dark@volatile.bz>
4750
Alexandre Vassalotti <avassalotti@gmail.com>
4851
Alexis Campailla <alexis@janeasystems.com>
4952
Allan Sandfeld Jensen <allan.jensen@qt.io>
@@ -99,6 +102,7 @@ Jay Freeman <saurik@saurik.com>
99102
James Pike <g00gle@chilon.net>
100103
James M Snell <jasnell@gmail.com>
101104
Jianghua Yang <jianghua.yjh@alibaba-inc.com>
105+
Jiawen Geng <technicalcute@gmail.com>
102106
Joel Stanley <joel@jms.id.au>
103107
Johan Bergström <johan@bergstroem.nu>
104108
Jonathan Liu <net147@gmail.com>
@@ -136,6 +140,7 @@ Noj Vek <nojvek@gmail.com>
136140
Oleksandr Chekhovskyi <oleksandr.chekhovskyi@gmail.com>
137141
Paolo Giarrusso <p.giarrusso@gmail.com>
138142
Patrick Gansterer <paroga@paroga.com>
143+
Peng Fei <pfgenyun@gmail.com>
139144
Peter Rybin <peter.rybin@gmail.com>
140145
Peter Varga <pvarga@inf.u-szeged.hu>
141146
Peter Wong <peter.wm.wong@gmail.com>
@@ -145,11 +150,13 @@ PhistucK <phistuck@gmail.com>
145150
Qingyan Li <qingyan.liqy@alibaba-inc.com>
146151
Qiuyi Zhang <qiuyi.zqy@alibaba-inc.com>
147152
Rafal Krypa <rafal@krypa.net>
153+
Raul Tambre <raul@tambre.ee>
148154
Ray Glover <ray@rayglover.net>
149155
Refael Ackermann <refack@gmail.com>
150156
Rene Rebe <rene@exactcode.de>
151157
Rick Waldron <waldron.rick@gmail.com>
152158
Rob Wu <rob@robwu.nl>
159+
Robert Meijer <robert.s.meijer@gmail.com>
153160
Robert Mustacchi <rm@fingolfin.org>
154161
Robert Nagy <robert.nagy@gmail.com>
155162
Ruben Bridgewater <ruben@bridgewater.de>

0 commit comments

Comments
 (0)