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 <[email protected]>
3335
Abdulla Kamar <[email protected]>
@@ -88,6 +90,7 @@ Luis Reis <[email protected]>
8890
Luke Zarko <[email protected]>
8991
Maciej Małecki <[email protected]>
9092
Marcin Cieślak <[email protected]>
93+
Mateusz Czeladka <[email protected]>
9194
Mathias Bynens <[email protected]>
9295
Matt Hanselman <[email protected]>
9396
Matthew Sporleder <[email protected]>
@@ -106,6 +109,7 @@ Paolo Giarrusso <[email protected]>
106109
Patrick Gansterer <[email protected]>
107110
Peter Rybin <[email protected]>
108111
Peter Varga <[email protected]>
112+
Peter Wong <[email protected]>
109113
Paul Lind <[email protected]>
110114
Qiuyi Zhang <[email protected]>
111115
Rafal Krypa <[email protected]>
@@ -126,7 +130,8 @@ Victor Costan <[email protected]>
126130
Vlad Burlik <[email protected]>
127131
Vladimir Krivosheev <[email protected]>
128132
Vladimir Shutoff <[email protected]>
133+
Wiktor Garbacz <[email protected]>
129134
130135
Zac Hansen <[email protected]>
131136
Zhongping Wang <[email protected]>
132-
柳荣一 <[email protected]>
137+
柳荣一 <[email protected]>

0 commit comments

Comments
 (0)