Skip to content

Commit fd4f80c

Browse files
committed
deps: update V8 to 10.1.124.6
PR-URL: #42657 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
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 <[email protected]>
6161
Andrew Paprocki <[email protected]>
6262
Anna Henningsen <[email protected]>
6363
Antoine du Hamel <[email protected]>
64+
Anton Bershanskiy <[email protected]>
6465
Anton Bikineev <[email protected]>
66+
6567
Archil Sharashenidze <[email protected]>
68+
Bala Avulapati <[email protected]>
6669
Bangfu Tao <[email protected]>
6770
6871
Ben Newman <[email protected]>
@@ -104,13 +107,15 @@ Fedor Indutny <[email protected]>
104107
Felix Geisendörfer <[email protected]>
105108
Filipe David Manana <[email protected]>
106109
Franziska Hinkelmann <[email protected]>
110+
Gao Sheng <[email protected]>
107111
Geoffrey Garside <[email protected]>
108112
Gergely Nagy <[email protected]>
109113
Gilang Mentari Hamidy <[email protected]>
110114
Gus Caplan <[email protected]>
111115
Gwang Yoon Hwang <[email protected]>
112116
Haichuan Wang <[email protected]>
113117
Hannu Trey <[email protected]>
118+
Harshil Jain <[email protected]>
114119
Henrique Ferreiro <[email protected]>
115120
Hirofumi Mako <[email protected]>
116121
Honggyu Kim <[email protected]>
@@ -142,6 +147,7 @@ Junha Park <[email protected]>
142147
Junming Huang <[email protected]>
143148
Kang-Hao (Kenny) Lu <[email protected]>
144149
Karl Skomski <[email protected]>
150+
Keith Smiley <[email protected]>
145151
Kevin Gibbons <[email protected]>
146152
Kris Selden <[email protected]>
147153
Kyounga Ra <[email protected]>
@@ -256,9 +262,11 @@ Yu Yin <[email protected]>
256262
Yujie Wang <[email protected]>
257263
Yuri Iozzelli <[email protected]>
258264
Yusif Khudhur <[email protected]>
265+
Yuxiang Cao <[email protected]>
259266
Zac Hansen <[email protected]>
260267
Zeynep Cankara <[email protected]>
261268
Zhao Jiazhong <[email protected]>
262269
Zheng Liu <[email protected]>
263270
Zhongping Wang <[email protected]>
264271
柳荣一 <[email protected]>
272+
Yang Xiang <[email protected]>

0 commit comments

Comments
 (0)