Skip to content

Commit 918c3c8

Browse files
committed
deps: update V8 to 13.4.114.14
1 parent e03af77 commit 918c3c8

File tree

4,335 files changed

+362254
-111034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,335 files changed

+362254
-111034
lines changed

deps/v8/.bazelrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5+
# Enable Bzlmod for every Bazel command
6+
common --enable_bzlmod
7+
58
# Pass CC, CXX and PATH from the environment
69
build --action_env=CC
710
build --action_env=CXX
811
build --action_env=PATH
12+
build --copt=-std=c++20
913

1014
# Use Clang compiler
1115
build:clang --action_env=BAZEL_COMPILER=clang
@@ -17,7 +21,8 @@ build:debug --compilation_mode=dbg
1721
build:debug --config=v8_enable_debugging_features
1822
build:debug --//:v8_enable_fast_mksnapshot
1923
build:debug --//:v8_enable_backtrace
20-
build:debug --//:v8_enable_handle_zapping
24+
build:debug --//:v8_enable_local_handle_zapping
25+
build:debug --//:v8_enable_global_handle_zapping
2126

2227
# v8_enable_debugging_features flags
2328
build:v8_enable_debugging_features --//:v8_enable_verify_heap

deps/v8/.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
modernize-redundant-void-arg,
1010
modernize-replace-random-shuffle,
1111
modernize-shrink-to-fit,
12+
modernize-type-traits,
1213
# modernize-use-auto,
14+
modernize-use-constraints,
1315
modernize-use-bool-literals,
1416
modernize-use-equals-default,
1517
# modernize-use-equals-delete,

deps/v8/.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,21 @@
8282
/third_party/googletest/src/googletest/include/gtest/*
8383
!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
8484
!/third_party/highway
85-
/third_party/highway/src
85+
/third_party/highway/src/*
86+
!/third_party/highway/src/hwy
8687
!/third_party/inspector_protocol
8788
!/third_party/jsoncpp
8889
/third_party/jsoncpp/source
90+
!/third_party/llvm-libc
91+
/third_party/llvm-libc/src
92+
!/third_party/rapidhash-v8
8993
!/third_party/re2
9094
/third_party/re2/src
91-
!/third_party/test262-harness
95+
!/third_party/siphash
96+
!/third_party/utf8-decoder
9297
!/third_party/v8
98+
!/third_party/valgrind
99+
!/third_party/vtune
93100
!/third_party/wasm-api
94101
/tools/builtins-pgo/profiles/*
95102
!/tools/builtins-pgo/profiles/.*
@@ -145,3 +152,4 @@ bazel-v8
145152
!/third_party/fp16
146153
/third_party/fp16/src/*
147154
!/third_party/fp16/src/include
155+
!/third_party/simdutf

deps/v8/AUTHORS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Alexander Botero-Lowry <[email protected]>
5757
Alexander Karpinsky <[email protected]>
5858
Alexander Neville <[email protected]>
5959
Alexandre Vassalotti <[email protected]>
60-
Alexey Pavlyutkin <alexey.pavlyutkin.community@gmail.com>
60+
Alexey Pavlyutkin <alexey.pavlyutkin@syntacore.com>
6161
Alexis Campailla <[email protected]>
6262
Allan Sandfeld Jensen <[email protected]>
6363
@@ -120,6 +120,7 @@ Dominic Farolini <[email protected]>
120120
Douglas Crosher <[email protected]>
121121
Dusan Milosavljevic <[email protected]>
122122
Eden Wang <[email protected]>
123+
Edoardo Marangoni <[email protected]>
123124
Elisha Hollander <[email protected]>
124125
Eric Rannaud <[email protected]>
125126
Erich Ocean <[email protected]>
@@ -210,11 +211,13 @@ Maxim Mazurok <[email protected]>
210211
Maxim Mossienko <[email protected]>
211212
Md Hasibul Hasan <[email protected]>
212213
Meir Shpilraien <[email protected]>
214+
213215
Michael Lutz <[email protected]>
214216
Michael Mclaughlin <[email protected]>
215217
Michael Smith <[email protected]>
216218
Michaël Zasso <[email protected]>
217219
Mihir Shah <[email protected]>
220+
Mika Fischer <[email protected]>
218221
Mike Gilbert <[email protected]>
219222
Mike Pennisi <[email protected]>
220223
Mikhail Gusarov <[email protected]>
@@ -268,6 +271,7 @@ Sébastien Doeraene <[email protected]>
268271
Seo Sanghyeon <[email protected]>
269272
Shawn Anastasio <[email protected]>
270273
Shawn Presser <[email protected]>
274+
Sho Miyamoto <[email protected]>
271275
Stefan Penner <[email protected]>
272276
Stefan Stojanovic <[email protected]>
273277
Stephan Hartmann <[email protected]>
@@ -290,6 +294,7 @@ Varun Varada <[email protected]>
290294
Victor Costan <[email protected]>
291295
Victor Polevoy <[email protected]>
292296
Vlad Burlik <[email protected]>
297+
Vladimir Kempik <[email protected]>
293298
Vladimir Krivosheev <[email protected]>
294299
Vladimir Shutoff <[email protected]>
295300
Wael Almattar <[email protected]>
@@ -303,6 +308,7 @@ Wiktor Garbacz <[email protected]>
303308
Wouter Vermeiren <[email protected]>
304309
Xiaofang Zou <[email protected]>
305310
Xiaoyin Liu <[email protected]>
311+
Yagiz Nizipli <[email protected]>
306312
307313
Yannic Bonenberger <[email protected]>
308314
@@ -317,6 +323,7 @@ Yuxiang Cao <[email protected]>
317323
Zac Hansen <[email protected]>
318324
Zeynep Cankara <[email protected]>
319325
Zhao Jiazhong <[email protected]>
326+
320327
Zhaojun Meng <[email protected]>
321328
Zheng Liu <[email protected]>
322329
Zhongping Wang <[email protected]>
@@ -325,3 +332,4 @@ Yang Xiang <[email protected]>
325332
Kotaro Ohsugi <[email protected]>
326333
Jing Peiyang <[email protected]>
327334
magic-akari <[email protected]>
335+
Ryuhei Shima <[email protected]>

0 commit comments

Comments
 (0)