Skip to content

Commit 586db24

Browse files
committed
deps: update V8 to 6.9.427.22
PR-URL: #21983 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 12ed7c9 commit 586db24

File tree

1,543 files changed

+86377
-72548
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,543 files changed

+86377
-72548
lines changed

Diff for: deps/v8/.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Automatically normalize line endings (to LF) for all text-based files.
2-
* text=auto
2+
* text=auto eol=lf
3+
# Do not modify line endings for binary files (which are sometimes auto
4+
# detected as text files by git).
5+
*.png binary

Diff for: deps/v8/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,10 @@ turbo*.dot
105105
turbo*.json
106106
v8.ignition_dispatches_table.json
107107
/Default/
108+
node_modules
109+
tools/turbolizer/build
110+
tools/turbolizer/.rpt2_cache
111+
tools/turbolizer/deploy
112+
108113
!/third_party/jinja2
109114
!/third_party/markupsafe

Diff for: deps/v8/AUTHORS

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Facebook, Inc. <*@fb.com>
3232
Facebook, Inc. <*@oculus.com>
3333
Vewd Software AS <*@vewd.com>
3434
Groupon <*@groupon.com>
35-
Meteor Development Group <*@meteor.com>
3635
Cloudflare, Inc. <*@cloudflare.com>
3736

3837
Aaron Bieber <[email protected]>
@@ -50,7 +49,6 @@ Andrei Kashcha <[email protected]>
5049
Anna Henningsen <[email protected]>
5150
Bangfu Tao <[email protected]>
5251
53-
Ben Newman <[email protected]>
5452
Ben Noordhuis <[email protected]>
5553
Benjamin Tan <[email protected]>
5654
Bert Belder <[email protected]>
@@ -75,6 +73,7 @@ Felix Geisendörfer <[email protected]>
7573
Filipe David Manana <[email protected]>
7674
Franziska Hinkelmann <[email protected]>
7775
Geoffrey Garside <[email protected]>
76+
Gergely Nagy <[email protected]>
7877
Gus Caplan <[email protected]>
7978
Gwang Yoon Hwang <[email protected]>
8079
Henrique Ferreiro <[email protected]>
@@ -88,7 +87,6 @@ Jan de Mooij <[email protected]>
8887
Jan Krems <[email protected]>
8988
Jay Freeman <[email protected]>
9089
James Pike <[email protected]>
91-
James M Snell <[email protected]>
9290
Jianghua Yang <[email protected]>
9391
Joel Stanley <[email protected]>
9492
Johan Bergström <[email protected]>
@@ -151,6 +149,8 @@ Taketoshi Aono <[email protected]>
151149
Teddy Katz <[email protected]>
152150
Tiancheng "Timothy" Gu <[email protected]>
153151
Tobias Burnus <[email protected]>
152+
Tobias Nießen <[email protected]>
153+
Ujjwal Sharma <[email protected]>
154154
Victor Costan <[email protected]>
155155
Vlad Burlik <[email protected]>
156156
Vladimir Krivosheev <[email protected]>

0 commit comments

Comments
 (0)