Skip to content

Commit e853f6a

Browse files
committed
contrib/v8-cmake: pin V8 13.8.258.38 (2cf29af8b6)
1 parent 9a54f95 commit e853f6a

File tree

2,791 files changed

+64149
-119798
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,791 files changed

+64149
-119798
lines changed

update_v8.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
22
{
33
"url": "https://chromium.googlesource.com/v8/v8.git",
4-
"commit": "ad8af0fc661d278e87627fcaa3a7cf795ee80dd8",
4+
"commit": "2cf29af8b61d31484479756ef6c0590373469ec1",
55
"/* comment */": "Dependency v8 must be first.",
6-
"branch": "tags/14.1.146.11",
6+
"branch": "tags/13.8.258.38",
77
"path": ""
88
},
99
{
@@ -20,31 +20,31 @@
2020
},
2121
{
2222
"url": "https://chromium.googlesource.com/external/github.com/google/googletest.git",
23-
"commit": "244cec869d12e53378fa0efb610cd4c32a454ec8",
23+
"commit": "09ffd0015395354774c059a17d9f5bee36177ff9",
2424
"branch": "master",
2525
"path": "third_party/googletest/src"
2626
},
2727
{
2828
"url": "https://chromium.googlesource.com/chromium/src/third_party/jinja2.git",
29-
"commit": "c3027d884967773057bf74b957e3fea87e5df4d7",
29+
"commit": "5e1ee241ab04b38889f8d517f2da8b3df7cfbd9a",
3030
"branch": "master",
3131
"path": "third_party/jinja2"
3232
},
3333
{
3434
"url": "https://chromium.googlesource.com/chromium/src/third_party/zlib.git",
35-
"commit": "caf4afa1afc92e16fef429f182444bed98a46a6c",
35+
"commit": "a1f2fe223f55b6ec6dd3c20796727604ed5ec74a",
3636
"branch": "master",
3737
"path": "third_party/zlib"
3838
},
3939
{
4040
"url": "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp.git",
41-
"commit": "5141e83267542f8869adf18b5bd6440440d6801e",
41+
"commit": "2401283880a451e9ea10787920117fb67695abb4",
4242
"branch": "master",
4343
"path": "third_party/abseil-cpp"
4444
},
4545
{
4646
"url": "https://chromium.googlesource.com/chromium/src/third_party/markupsafe.git",
47-
"commit": "4256084ae14175d38a3ff7d739dca83ae49ccec6",
47+
"commit": "9f8efc8637f847ab1ba984212598e6fb9cf1b3d4",
4848
"branch": "master",
4949
"path": "third_party/markupsafe"
5050
},
@@ -56,13 +56,13 @@
5656
},
5757
{
5858
"url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/FP16.git",
59-
"commit": "b3720617faf1a4581ed7e6787cc51722ec7751f0",
59+
"commit": "0a92994d729ff76a58f692d3028ca1b64b145d91",
6060
"branch": "master",
6161
"path": "third_party/fp16/src"
6262
},
6363
{
6464
"url": "https://chromium.googlesource.com/chromium/src/third_party/simdutf",
65-
"commit": "acd71a451c1bcb808b7c3a77e0242052909e381e",
65+
"commit": "9d3e4d7c1afb30ed528443d73afab23f22443434",
6666
"branch": "master",
6767
"path": "third_party/simdutf"
6868
},

v8/.clang-format

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Macros:
1010
# Make clang-format think TurboShaft `ELSE` expands to just `else`, so that
1111
# it formats well alongside `if`
1212
- ELSE=else
13-
- FOR_WITH_HANDLE_SCOPE(isolate, init, loop_var, limit_check, increment)=for(init; loop_var; increment)
14-
- WHILE_WITH_HANDLE_SCOPE(isolate, limit_check)=while(limit_check)
1513
StatementMacros:
1614
- DECL_CAST
1715
- DECL_VERIFIER

v8/.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@
3939
.settings
4040
.torquelint-cache
4141
.vscode
42-
43-
# Directories added by standalone gclient setup.
44-
/.cipd
45-
/.gclient
46-
/.gclient_entries
47-
/.gclient_previous_custom_vars
48-
/.gclient_previous_sync_commits
49-
/.gcs_entries
50-
5142
/_*
5243
/base
5344
/build
@@ -119,7 +110,6 @@
119110
/tools/v8heapconst.py
120111
/tools/visual_studio/Debug
121112
/tools/visual_studio/Release
122-
/tools/win
123113
/v8.log.ll
124114
/xcodebuild
125115
GPATH

v8/.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@ default_args = {
2828
# Disable js dependencies like the closure compiler.
2929
enable_js_protobuf = false
3030

31-
# Enable rust dependencies.
31+
# Disable rust dependencies.
3232
enable_rust = true
3333

3434
# Needed only for std::atomic_ref<T> for large Ts http://crbug.com/402171653
3535
use_llvm_libatomic = false
36-
37-
# Use Siso instead of Ninja.
38-
use_siso = true
3936
}
4037

4138
# These are the list of GN files that run exec_script. This whitelist exists

v8/AUTHORS

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ 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-
Albert Slepak <aslepak@netflix.com>
6160
Alexey Pavlyutkin <alexey.pavlyutkin@syntacore.com>
6261
Alexis Campailla <alexis@janeasystems.com>
6362
Aliya Minimullina <a.minimullina@syntacore.com>
@@ -131,7 +130,6 @@ Fedor Indutny <fedor@indutny.com>
131130
Felix Geisendörfer <haimuiba@gmail.com>
132131
Feng Yu <f3n67u@gmail.com>
133132
Filipe David Manana <fdmanana@gmail.com>
134-
Florian Loitsch <floitsch@rivosinc.com>
135133
Frank Lemanschik <frank@dspeed.eu>
136134
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
137135
Gao Sheng <gaosheng08@meituan.com>
@@ -150,7 +148,6 @@ Helmut Januschka <helmut@januschka.com>
150148
Hirofumi Mako <mkhrfm@gmail.com>
151149
Hisham Muhammad <hisham@gobolinux.org>
152150
Honggyu Kim <honggyu.kp@gmail.com>
153-
Hood Chatham <robert.hood.chatham@gmail.com>
154151
Huáng Jùnliàng <jlhwung@gmail.com>
155152
HyeockJin Kim <kherootz@gmail.com>
156153
Iain Ireland <iireland@mozilla.com>
@@ -186,7 +183,6 @@ Junha Park <jpark3@scu.edu>
186183
Junming Huang <kiminghjm@gmail.com>
187184
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
188185
Karl Skomski <karl@skomski.com>
189-
Kasper Lund <kasperl@rivosinc.com>
190186
Keith Smiley <keithbsmiley@gmail.com>
191187
Kevin Gibbons <bakkot@gmail.com>
192188
Keyhan Vakil <kvakil@googlecontrib.kvakil.me>
@@ -275,7 +271,6 @@ Sanjoy Das <sanjoy@playingwithpointers.com>
275271
Sam James <sam@gentoo.org>
276272
Sébastien Doeraene <sjrdoeraene@gmail.com>
277273
Seo Sanghyeon <sanxiyn@gmail.com>
278-
Sergey Markelov <sergionso@gmail.com>
279274
Shawn Anastasio <shawnanastasio@gmail.com>
280275
Shawn Presser <shawnpresser@gmail.com>
281276
Sho Miyamoto <me@shqld.dev>
@@ -308,7 +303,6 @@ Wael Almattar <waelsy123@gmail.com>
308303
Wang Chen <wangchen20@iscas.ac.cn>
309304
WANG Xuerui <git@xen0n.name>
310305
Wei Wu <lazyparser@gmail.com>
311-
Weicong Yu <yuweicong666@gmail.com>
312306
Wenlu Wang <kingwenlu@gmail.com>
313307
Wenming Yang <yangwenming@bytedance.com>
314308
Wenyu Zhao <wenyu.zhao@anu.edu.au>
@@ -343,4 +337,3 @@ magic-akari <akari.ccino@gmail.com>
343337
Ryuhei Shima <shimaryuhei@gmail.com>
344338
Domagoj Stolfa <domagoj.stolfa@gmail.com>
345339
Zhijin Zeng <zhijin.zeng@spacemit.com>
346-
王家睿 <wangjiarui79@gmail.com>

0 commit comments

Comments
 (0)