Skip to content

Commit 586db24

Browse files
committed
deps: update V8 to 6.9.427.22
PR-URL: #21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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

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

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

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 <deftly@gmail.com>
@@ -50,7 +49,6 @@ Andrei Kashcha <anvaka@gmail.com>
5049
Anna Henningsen <anna@addaleax.net>
5150
Bangfu Tao <bangfu.tao@samsung.com>
5251
Ben Coe <ben@npmjs.com>
53-
Ben Newman <ben@meteor.com>
5452
Ben Noordhuis <info@bnoordhuis.nl>
5553
Benjamin Tan <demoneaux@gmail.com>
5654
Bert Belder <bertbelder@gmail.com>
@@ -75,6 +73,7 @@ Felix Geisendörfer <haimuiba@gmail.com>
7573
Filipe David Manana <fdmanana@gmail.com>
7674
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
7775
Geoffrey Garside <ggarside@gmail.com>
76+
Gergely Nagy <ngg@ngg.hu>
7877
Gus Caplan <me@gus.host>
7978
Gwang Yoon Hwang <ryumiel@company100.net>
8079
Henrique Ferreiro <henrique.ferreiro@gmail.com>
@@ -88,7 +87,6 @@ Jan de Mooij <jandemooij@gmail.com>
8887
Jan Krems <jan.krems@gmail.com>
8988
Jay Freeman <saurik@saurik.com>
9089
James Pike <g00gle@chilon.net>
91-
James M Snell <jasnell@gmail.com>
9290
Jianghua Yang <jianghua.yjh@alibaba-inc.com>
9391
Joel Stanley <joel@jms.id.au>
9492
Johan Bergström <johan@bergstroem.nu>
@@ -151,6 +149,8 @@ Taketoshi Aono <brn@b6n.ch>
151149
Teddy Katz <teddy.katz@gmail.com>
152150
Tiancheng "Timothy" Gu <timothygu99@gmail.com>
153151
Tobias Burnus <burnus@net-b.de>
152+
Tobias Nießen <tniessen@tnie.de>
153+
Ujjwal Sharma <usharma1998@gmail.com>
154154
Victor Costan <costan@gmail.com>
155155
Vlad Burlik <vladbph@gmail.com>
156156
Vladimir Krivosheev <develar@gmail.com>

0 commit comments

Comments
 (0)