Skip to content

Commit 0ec8f7e

Browse files
committed
deps: update V8 to 12.7.224.16
1 parent aca49fc commit 0ec8f7e

File tree

2,108 files changed

+107585
-59583
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,108 files changed

+107585
-59583
lines changed

deps/v8/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
.torquelint-cache
4141
.vscode
4242
/_*
43+
/base
4344
/build
4445
/buildtools
4546
/check-header-includes
@@ -96,6 +97,7 @@
9697
/tools/luci-go
9798
/tools/oom_dump/oom_dump
9899
/tools/oom_dump/oom_dump.o
100+
/tools/protoc_wrapper
99101
/tools/turbolizer/build
100102
/tools/turbolizer/.rpt2_cache
101103
/tools/turbolizer/deploy

deps/v8/.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ no_check_targets = [
2525
]
2626

2727
default_args = {
28+
# Disable js dependencies like the closure compiler.
29+
enable_js_protobuf = false
2830
# Disable rust dependencies.
2931
enable_rust = false
3032
}

deps/v8/AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Alexander Botero-Lowry <alexbl@FreeBSD.org>
5757
Alexander Karpinsky <homm86@gmail.com>
5858
Alexander Neville <dark@volatile.bz>
5959
Alexandre Vassalotti <avassalotti@gmail.com>
60+
Alexey Pavlyutkin <alexey.pavlyutkin.community@gmail.com>
6061
Alexis Campailla <alexis@janeasystems.com>
6162
Allan Sandfeld Jensen <allan.jensen@qt.io>
6263
Amos Lim <eui-sang.lim@samsung.com>
@@ -181,7 +182,6 @@ Kevin Gibbons <bakkot@gmail.com>
181182
Keyhan Vakil <kvakil@googlecontrib.kvakil.me>
182183
Kris Selden <kris.selden@gmail.com>
183184
Kyounga Ra <kyounga@alticast.com>
184-
Levi Zim <rsworktech@outlook.com>
185185
Loo Rong Jie <loorongjie@gmail.com>
186186
Lu Yahan <yahan@iscas.ac.cn>
187187
Ludovic Mermod <ludovic.mermod@gmail.com>
@@ -258,6 +258,7 @@ Sander Mathijs van Veen <sander@leaningtech.com>
258258
Sandro Santilli <strk@keybit.net>
259259
Sanjoy Das <sanjoy@playingwithpointers.com>
260260
Sam James <sam@gentoo.org>
261+
Sébastien Doeraene <sjrdoeraene@gmail.com>
261262
Seo Sanghyeon <sanxiyn@gmail.com>
262263
Shawn Anastasio <shawnanastasio@gmail.com>
263264
Shawn Presser <shawnpresser@gmail.com>

0 commit comments

Comments
 (0)