Skip to content

Commit fa4c272

Browse files
committed
deps: update V8 to 6.3.91
1 parent 707ca9d commit fa4c272

File tree

2,629 files changed

+206003
-363769
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,629 files changed

+206003
-363769
lines changed

deps/v8/.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

deps/v8/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232
.project
3333
.pydevproject
3434
.settings
35+
.vscode
3536
/_*
3637
/build
3738
/buildtools
39+
/gypfiles/.gold_plugin
3840
/gypfiles/win_toolchain.json
3941
/hydrogen.cfg
4042
/obj
@@ -47,8 +49,6 @@
4749
/test/benchmarks/data
4850
/test/fuzzer/wasm_corpus
4951
/test/fuzzer/wasm_corpus.tar.gz
50-
/test/fuzzer/wasm_asmjs_corpus
51-
/test/fuzzer/wasm_asmjs_corpus.tar.gz
5252
/test/mozilla/data
5353
/test/promises-aplus/promises-tests
5454
/test/promises-aplus/promises-tests.tar.gz

deps/v8/AUTHORS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ Imagination Technologies, LLC <*@imgtec.com>
2020
Loongson Technology Corporation Limited <*@loongson.cn>
2121
Code Aurora Forum <*@codeaurora.org>
2222
Home Jinni Inc. <*@homejinni.com>
23-
IBM Inc. <*@*.ibm.com>
23+
IBM Inc. <*@*ibm.com>
2424
Samsung <*@*.samsung.com>
2525
Joyent, Inc <*@joyent.com>
2626
RT-RK Computer Based System <*@rt-rk.com>
2727
Amazon, Inc <*@amazon.com>
2828
ST Microelectronics <*@st.com>
2929
Yandex LLC <*@yandex-team.ru>
3030
StrongLoop, Inc. <*@strongloop.com>
31+
Facebook, Inc. <*@fb.com>
32+
Facebook, Inc. <*@oculus.com>
3133

3234
Aaron Bieber <deftly@gmail.com>
3335
Abdulla Kamar <abdulla.kamar@gmail.com>
@@ -88,6 +90,7 @@ Luis Reis <luis.m.reis@gmail.com>
8890
Luke Zarko <lukezarko@gmail.com>
8991
Maciej Małecki <me@mmalecki.com>
9092
Marcin Cieślak <saper@marcincieslak.com>
93+
Mateusz Czeladka <mateusz.szczap@gmail.com>
9194
Mathias Bynens <mathias@qiwi.be>
9295
Matt Hanselman <mjhanselman@gmail.com>
9396
Matthew Sporleder <msporleder@gmail.com>
@@ -106,6 +109,7 @@ Paolo Giarrusso <p.giarrusso@gmail.com>
106109
Patrick Gansterer <paroga@paroga.com>
107110
Peter Rybin <peter.rybin@gmail.com>
108111
Peter Varga <pvarga@inf.u-szeged.hu>
112+
Peter Wong <peter.wm.wong@gmail.com>
109113
Paul Lind <plind44@gmail.com>
110114
Qiuyi Zhang <qiuyi.zqy@alibaba-inc.com>
111115
Rafal Krypa <rafal@krypa.net>
@@ -126,7 +130,8 @@ Victor Costan <costan@gmail.com>
126130
Vlad Burlik <vladbph@gmail.com>
127131
Vladimir Krivosheev <develar@gmail.com>
128132
Vladimir Shutoff <vovan@shutoff.ru>
133+
Wiktor Garbacz <wiktor.garbacz@gmail.com>
129134
Yu Yin <xwafish@gmail.com>
130135
Zac Hansen <xaxxon@gmail.com>
131136
Zhongping Wang <kewpie.w.zp@gmail.com>
132-
柳荣一 <admin@web-tinker.com>
137+
柳荣一 <admin@web-tinker.com>

0 commit comments

Comments
 (0)