Skip to content

Commit 3d1b3df

Browse files
committed
deps: update V8 to 6.2.414.32
PR-URL: #15362 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent e2cddbb commit 3d1b3df

File tree

1,521 files changed

+65124
-100795
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,521 files changed

+65124
-100795
lines changed

deps/v8/.editorconfig

+9
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

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
.project
3333
.pydevproject
3434
.settings
35+
.vscode
3536
/_*
3637
/build
3738
/buildtools

deps/v8/AUTHORS

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ 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]>
@@ -100,12 +103,14 @@ Mike Pennisi <[email protected]>
100103
Milton Chiang <[email protected]>
101104
Myeong-bo Shim <[email protected]>
102105
Nicolas Antonius Ernst Leopold Maria Kaiser <[email protected]>
106+
Niklas Hambüchen <[email protected]>
103107
104108
Oleksandr Chekhovskyi <[email protected]>
105109
Paolo Giarrusso <[email protected]>
106110
Patrick Gansterer <[email protected]>
107111
Peter Rybin <[email protected]>
108112
Peter Varga <[email protected]>
113+
Peter Wong <[email protected]>
109114
Paul Lind <[email protected]>
110115
Qiuyi Zhang <[email protected]>
111116
Rafal Krypa <[email protected]>
@@ -130,4 +135,4 @@ Wiktor Garbacz <[email protected]>
130135
131136
Zac Hansen <[email protected]>
132137
Zhongping Wang <[email protected]>
133-
柳荣一 <[email protected]>
138+
柳荣一 <[email protected]>

0 commit comments

Comments
 (0)