Skip to content

Commit c5ff019

Browse files
committed
deps: update V8 to 8.9.255.19
PR-URL: #37330 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 67dc2bf commit c5ff019

File tree

1,619 files changed

+51644
-34530
lines changed

Some content is hidden

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

1,619 files changed

+51644
-34530
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# `true` will close all PRs.
2+
filters:
3+
- true
4+
5+
# The message to post to the closed PR.
6+
commentBody: |
7+
Thanks for your contribution! Unfortunately, we don't use GitHub pull
8+
requests to manage code contributions to this repository. Instead, please
9+
see https://v8.dev/docs/contribute which provides full instructions on
10+
how to get involved.
11+
12+
# Whether to add a label to the closed PR.
13+
addLabel: false

deps/v8/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*~
2424
.#*
2525
.*.sw?
26+
.cache
2627
.ccls-cache
2728
.clangd
2829
.cpplint-cache
@@ -60,7 +61,6 @@
6061
/test/wasm-spec-tests/tests.tar.gz
6162
/third_party/*
6263
!/third_party/antlr4
63-
!/third_party/binutils
6464
!/third_party/inspector_protocol
6565
!/third_party/jsoncpp
6666
/third_party/jsoncpp/source
@@ -78,6 +78,7 @@
7878
!/third_party/v8
7979
!/third_party/wasm-api
8080
/tools/clang
81+
/tools/gcmole/bootstrap
8182
/tools/gcmole/gcmole-tools
8283
/tools/gcmole/gcmole-tools.tar.gz
8384
/tools/jsfunfuzz/jsfunfuzz

deps/v8/AUTHORS

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ IBM Inc. <*@ibm.com>
2828
Red Hat Inc. <*@redhat.com>
2929
Samsung <*@*.samsung.com>
3030
Samsung <*@samsung.com>
31-
Joyent, Inc <*@joyent.com>
3231
RT-RK Computer Based System <*@rt-rk.com>
3332
Amazon, Inc <*@amazon.com>
3433
ST Microelectronics <*@st.com>
@@ -61,7 +60,6 @@ Andreas Anyuru <andreas.anyuru@gmail.com>
6160
Andrew Paprocki <andrew@ishiboo.com>
6261
Andrei Kashcha <anvaka@gmail.com>
6362
Anna Henningsen <anna@addaleax.net>
64-
Antoine du Hamel <duhamelantoine1995@gmail.com>
6563
Anton Bikineev <ant.bikineev@gmail.com>
6664
Bangfu Tao <bangfu.tao@samsung.com>
6765
Daniel Shelton <d1.shelton@samsung.com>
@@ -136,6 +134,7 @@ Kevin Gibbons <bakkot@gmail.com>
136134
Kris Selden <kris.selden@gmail.com>
137135
Kyounga Ra <kyounga@alticast.com>
138136
Loo Rong Jie <loorongjie@gmail.com>
137+
Lu Yahan <yahan@iscas.ac.cn>
139138
Luis Reis <luis.m.reis@gmail.com>
140139
Luke Zarko <lukezarko@gmail.com>
141140
Maciej Małecki <me@mmalecki.com>

0 commit comments

Comments
 (0)