Skip to content

Commit fd4f80c

Browse files
committed
deps: update V8 to 10.1.124.6
PR-URL: #42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 73d53fe commit fd4f80c

File tree

2,040 files changed

+94694
-43284
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,040 files changed

+94694
-43284
lines changed

deps/v8/.bazelrc

+9-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5-
# V8 bazel port only supports clang
6-
build --action_env=BAZEL_COMPILER=clang
7-
build --action_env=CC=clang
8-
build --action_env=CXX=clang++
5+
# Pass CC, CXX and PATH from the environment
6+
build --action_env=CC
7+
build --action_env=CXX
98
build --action_env=PATH
109

10+
# Use Clang compiler
11+
build:clang --action_env=BAZEL_COMPILER=clang
12+
build:clang --action_env=CC=clang
13+
build:clang --action_env=CXX=clang++
14+
1115
# V8 debug config
1216
build:debug --compilation_mode=dbg
1317
build:debug --config=v8_enable_debugging_features
1418
build:debug --//:v8_enable_fast_mksnapshot
1519
build:debug --//:v8_enable_backtrace
20+
build:debug --//:v8_enable_handle_zapping
1621

1722
# v8_enable_debugging_features flags
1823
build:v8_enable_debugging_features --//:v8_enable_verify_heap

deps/v8/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
!/test/mjsunit/tools/*.log
5555
/test/mozilla/data
5656
/test/test262/data
57-
/test/test262/harness
5857
/test/wasm-js/data
5958
/test/wasm-js/tests
6059
/test/wasm-js/tests.tar.gz
@@ -76,6 +75,7 @@
7675
!/third_party/googletest/src/googletest/include/gtest
7776
/third_party/googletest/src/googletest/include/gtest/*
7877
!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
78+
!/third_party/test262-harness
7979
!/third_party/v8
8080
!/third_party/wasm-api
8181
/tools/clang

deps/v8/.style.yapf

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[style]
2+
based_on_style = chromium

deps/v8/.vpython3

+25
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,28 @@ wheel: <
4444
name: "infra/python/wheels/six-py2_py3"
4545
version: "version:1.15.0"
4646
>
47+
48+
wheel: <
49+
name: "infra/python/wheels/coverage/${vpython_platform}"
50+
version: "version:5.5.chromium.2"
51+
>
52+
53+
wheel: <
54+
name: "infra/python/wheels/pbr-py2_py3"
55+
version: "version:3.0.0"
56+
>
57+
58+
wheel: <
59+
name: "infra/python/wheels/funcsigs-py2_py3"
60+
version: "version:1.0.2"
61+
>
62+
63+
wheel: <
64+
name: "infra/python/wheels/mock-py2_py3"
65+
version: "version:2.0.0"
66+
>
67+
68+
wheel: <
69+
name: "infra/python/wheels/numpy/${vpython_platform}"
70+
version: "version:1.2x.supported.1"
71+
>

deps/v8/AUTHORS

+8
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ Andrei Kashcha <anvaka@gmail.com>
6161
Andrew Paprocki <andrew@ishiboo.com>
6262
Anna Henningsen <anna@addaleax.net>
6363
Antoine du Hamel <duhamelantoine1995@gmail.com>
64+
Anton Bershanskiy <8knots@protonmail.com>
6465
Anton Bikineev <ant.bikineev@gmail.com>
66+
Ao Wang <wangao.james@bytedance.com>
6567
Archil Sharashenidze <achosharashenidze@gmail.com>
68+
Bala Avulapati <bavulapati@gmail.com>
6669
Bangfu Tao <bangfu.tao@samsung.com>
6770
Ben Coe <bencoe@gmail.com>
6871
Ben Newman <ben@meteor.com>
@@ -104,13 +107,15 @@ Fedor Indutny <fedor@indutny.com>
104107
Felix Geisendörfer <haimuiba@gmail.com>
105108
Filipe David Manana <fdmanana@gmail.com>
106109
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
110+
Gao Sheng <gaosheng08@meituan.com>
107111
Geoffrey Garside <ggarside@gmail.com>
108112
Gergely Nagy <ngg@ngg.hu>
109113
Gilang Mentari Hamidy <gilang@hamidy.net>
110114
Gus Caplan <me@gus.host>
111115
Gwang Yoon Hwang <ryumiel@company100.net>
112116
Haichuan Wang <hc.opensource@gmail.com>
113117
Hannu Trey <hannu.trey@gmail.com>
118+
Harshil Jain <twitharshil@gmail.com>
114119
Henrique Ferreiro <henrique.ferreiro@gmail.com>
115120
Hirofumi Mako <mkhrfm@gmail.com>
116121
Honggyu Kim <honggyu.kp@gmail.com>
@@ -142,6 +147,7 @@ Junha Park <jpark3@scu.edu>
142147
Junming Huang <kiminghjm@gmail.com>
143148
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
144149
Karl Skomski <karl@skomski.com>
150+
Keith Smiley <keithbsmiley@gmail.com>
145151
Kevin Gibbons <bakkot@gmail.com>
146152
Kris Selden <kris.selden@gmail.com>
147153
Kyounga Ra <kyounga@alticast.com>
@@ -256,9 +262,11 @@ Yu Yin <xwafish@gmail.com>
256262
Yujie Wang <hex6770@gmail.com>
257263
Yuri Iozzelli <yuri@leaningtech.com>
258264
Yusif Khudhur <yusif.khudhur@gmail.com>
265+
Yuxiang Cao <caoyxsh@outlook.com>
259266
Zac Hansen <xaxxon@gmail.com>
260267
Zeynep Cankara <zeynepcankara402@gmail.com>
261268
Zhao Jiazhong <kyslie3100@gmail.com>
262269
Zheng Liu <i6122f@gmail.com>
263270
Zhongping Wang <kewpie.w.zp@gmail.com>
264271
柳荣一 <admin@web-tinker.com>
272+
Yang Xiang <xiangyangemail@gmail.com>

0 commit comments

Comments
 (0)