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

+2
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

+2
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +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 <[email protected]>
6061
Alexis Campailla <[email protected]>
6162
Allan Sandfeld Jensen <[email protected]>
6263
@@ -181,7 +182,6 @@ Kevin Gibbons <[email protected]>
181182
Keyhan Vakil <[email protected]>
182183
Kris Selden <[email protected]>
183184
Kyounga Ra <[email protected]>
184-
185185
Loo Rong Jie <[email protected]>
186186
187187
Ludovic Mermod <[email protected]>
@@ -258,6 +258,7 @@ Sander Mathijs van Veen <[email protected]>
258258
Sandro Santilli <[email protected]>
259259
Sanjoy Das <[email protected]>
260260
Sam James <[email protected]>
261+
Sébastien Doeraene <[email protected]>
261262
Seo Sanghyeon <[email protected]>
262263
Shawn Anastasio <[email protected]>
263264
Shawn Presser <[email protected]>

0 commit comments

Comments
 (0)