Skip to content

Commit 9d7cd9b

Browse files
committedAug 16, 2024
deps: update V8 to 12.8.374.13
PR-URL: #54077 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 7fab6e8 commit 9d7cd9b

File tree

3,126 files changed

+179392
-91276
lines changed

Some content is hidden

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

3,126 files changed

+179392
-91276
lines changed
 

Diff for: ‎deps/v8/.gitignore

+4
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
@@ -77,6 +78,8 @@
7778
!/third_party/googletest/src/googletest/include/gtest
7879
/third_party/googletest/src/googletest/include/gtest/*
7980
!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
81+
!/third_party/highway
82+
/third_party/highway/src
8083
!/third_party/inspector_protocol
8184
!/third_party/jsoncpp
8285
/third_party/jsoncpp/source
@@ -96,6 +99,7 @@
9699
/tools/luci-go
97100
/tools/oom_dump/oom_dump
98101
/tools/oom_dump/oom_dump.o
102+
/tools/protoc_wrapper
99103
/tools/turbolizer/build
100104
/tools/turbolizer/.rpt2_cache
101105
/tools/turbolizer/deploy

Diff for: ‎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
}

0 commit comments

Comments
 (0)
Please sign in to comment.