Skip to content

Commit 653b4f7

Browse files
targosMayaLekova
authored andcommitted
deps: update V8 to 6.4.388.40
PR-URL: nodejs#17489 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
1 parent 7f3b973 commit 653b4f7

File tree

2,123 files changed

+93030
-80496
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,123 files changed

+93030
-80496
lines changed

deps/v8/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
!/third_party/binutils
7171
!/third_party/eu-strip
7272
!/third_party/inspector_protocol
73+
!/third_party/colorama
74+
/third_party/colorama/src
7375
/tools/clang
7476
/tools/gcmole/gcmole-tools
7577
/tools/gcmole/gcmole-tools.tar.gz
@@ -103,5 +105,6 @@ turbo*.cfg
103105
turbo*.dot
104106
turbo*.json
105107
v8.ignition_dispatches_table.json
108+
/Default/
106109
!/third_party/jinja2
107110
!/third_party/markupsafe

deps/v8/.vpython

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This is a vpython "spec" file.
2+
#
3+
# It describes patterns for python wheel dependencies of the python scripts in
4+
# the chromium repo, particularly for dependencies that have compiled components
5+
# (since pure-python dependencies can be easily vendored into third_party).
6+
#
7+
# When vpython is invoked, it finds this file and builds a python VirtualEnv,
8+
# containing all of the dependencies described in this file, fetching them from
9+
# CIPD (the "Chrome Infrastructure Package Deployer" service). Unlike `pip`,
10+
# this never requires the end-user machine to have a working python extension
11+
# compilation environment. All of these packages are built using:
12+
# https://chromium.googlesource.com/infra/infra/+/master/infra/tools/dockerbuild/
13+
#
14+
# All python scripts in the repo share this same spec, to avoid dependency
15+
# fragmentation.
16+
#
17+
# If you have depot_tools installed in your $PATH, you can invoke python scripts
18+
# in this repo by running them as you normally would run them, except
19+
# substituting `vpython` instead of `python` on the command line, e.g.:
20+
# vpython path/to/script.py some --arguments
21+
#
22+
# Read more about `vpython` and how to modify this file here:
23+
# https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md
24+
25+
python_version: "2.7"
26+
27+
# Needed by third_party/catapult/devil/devil, which is imported by
28+
# build/android/test_runner.py when running performance tests.
29+
wheel: <
30+
name: "infra/python/wheels/psutil/${vpython_platform}"
31+
version: "version:5.2.2"
32+
>

deps/v8/.ycm_extra_conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Flags from YCM's default config.
4343
flags = [
4444
'-DUSE_CLANG_COMPLETER',
45-
'-std=gnu++11',
45+
'-std=gnu++14',
4646
'-x',
4747
'c++',
4848
]

deps/v8/AUTHORS

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Below is a list of people and organizations that have contributed
1+
# Below is a list of people and organizations that have contributed
22
# to the V8 project. Names should be added to the list like so:
33
#
44
# Name/Organization <email address>
@@ -31,6 +31,7 @@ StrongLoop, Inc. <*@strongloop.com>
3131
Facebook, Inc. <*@fb.com>
3232
Facebook, Inc. <*@oculus.com>
3333
Vewd Software AS <*@vewd.com>
34+
Groupon <*@groupon.com>
3435

3536
Aaron Bieber <deftly@gmail.com>
3637
Abdulla Kamar <abdulla.kamar@gmail.com>
@@ -45,6 +46,7 @@ Andrew Paprocki <andrew@ishiboo.com>
4546
Andrei Kashcha <anvaka@gmail.com>
4647
Anna Henningsen <anna@addaleax.net>
4748
Bangfu Tao <bangfu.tao@samsung.com>
49+
Ben Coe <ben@npmjs.com>
4850
Ben Noordhuis <info@bnoordhuis.nl>
4951
Benjamin Tan <demoneaux@gmail.com>
5052
Bert Belder <bertbelder@gmail.com>
@@ -54,6 +56,7 @@ Craig Schlenter <craig.schlenter@gmail.com>
5456
Choongwoo Han <cwhan.tunz@gmail.com>
5557
Chris Nardi <hichris123@gmail.com>
5658
Christopher A. Taylor <chris@gameclosure.com>
59+
Colin Ihrig <cjihrig@gmail.com>
5760
Daniel Andersson <kodandersson@gmail.com>
5861
Daniel Bevenius <daniel.bevenius@gmail.com>
5962
Daniel James <dnljms@gmail.com>
@@ -75,6 +78,7 @@ Ioseb Dzmanashvili <ioseb.dzmanashvili@gmail.com>
7578
Isiah Meadows <impinball@gmail.com>
7679
Jaime Bernardo <jaime@janeasystems.com>
7780
Jan de Mooij <jandemooij@gmail.com>
81+
Jan Krems <jan.krems@gmail.com>
7882
Jay Freeman <saurik@saurik.com>
7983
James Pike <g00gle@chilon.net>
8084
Jianghua Yang <jianghua.yjh@alibaba-inc.com>
@@ -86,6 +90,7 @@ JunHo Seo <sejunho@gmail.com>
8690
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
8791
Karl Skomski <karl@skomski.com>
8892
Kevin Gibbons <bakkot@gmail.com>
93+
Kris Selden <kris.selden@gmail.com>
8994
Loo Rong Jie <loorongjie@gmail.com>
9095
Luis Reis <luis.m.reis@gmail.com>
9196
Luke Zarko <lukezarko@gmail.com>
@@ -127,12 +132,14 @@ Sandro Santilli <strk@keybit.net>
127132
Sanjoy Das <sanjoy@playingwithpointers.com>
128133
Seo Sanghyeon <sanxiyn@gmail.com>
129134
Stefan Penner <stefan.penner@gmail.com>
135+
Sylvestre Ledru <sledru@mozilla.com>
130136
Tobias Burnus <burnus@net-b.de>
131137
Victor Costan <costan@gmail.com>
132138
Vlad Burlik <vladbph@gmail.com>
133139
Vladimir Krivosheev <develar@gmail.com>
134140
Vladimir Shutoff <vovan@shutoff.ru>
135141
Wiktor Garbacz <wiktor.garbacz@gmail.com>
142+
Yong Wang <ccyongwang@tencent.com>
136143
Yu Yin <xwafish@gmail.com>
137144
Zac Hansen <xaxxon@gmail.com>
138145
Zhongping Wang <kewpie.w.zp@gmail.com>

0 commit comments

Comments
 (0)