Skip to content

Commit 80ccae0

Browse files
committed
deps: update V8 to 7.7.299.4
Backport-PR-URL: #29241 PR-URL: #28918 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent b143a87 commit 80ccae0

File tree

2,620 files changed

+77919
-81808
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,620 files changed

+77919
-81808
lines changed

deps/v8/.flake8

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[flake8]
2+
ignore = E111,E114,E310 # We use 2-space indentation
3+
exclude =
4+
./third_party/, # third-party code
5+
./build/, # third-party code
6+
./buildtools/, # third-party code
7+
./tools/swarming_client/, # third-party code
8+
./test/wasm-js/, # third-party code
9+
./test/wasm-js/data/, # third-party code
10+
./test/test262/data/, # third-party code
11+
./test/test262/harness/, # third-party code

deps/v8/.gitignore

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
.ccls-cache
2727
.cpplint-cache
2828
.cproject
29-
.d8_history
3029
.gclient_entries
3130
.gdb_history
3231
.landmines
@@ -39,8 +38,7 @@
3938
/build
4039
/buildtools
4140
/check-header-includes
42-
/hydrogen.cfg
43-
/obj
41+
/Default/
4442
/out
4543
/out.gn
4644
/perf.data
@@ -72,6 +70,7 @@
7270
/third_party/googletest/src/googletest/include/gtest/*
7371
!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
7472
!/third_party/v8
73+
!/third_party/wasm-api
7574
/tools/clang
7675
/tools/gcmole/gcmole-tools
7776
/tools/gcmole/gcmole-tools.tar.gz
@@ -83,6 +82,9 @@
8382
/tools/oom_dump/oom_dump
8483
/tools/oom_dump/oom_dump.o
8584
/tools/swarming_client
85+
/tools/turbolizer/build
86+
/tools/turbolizer/.rpt2_cache
87+
/tools/turbolizer/deploy
8688
/tools/visual_studio/Debug
8789
/tools/visual_studio/Release
8890
/v8.log.ll
@@ -94,23 +96,15 @@ GTAGS
9496
TAGS
9597
bsuite
9698
compile_commands.json
97-
!/test/mjsunit/d8
98-
d8_g
9999
gccauses
100100
gcsuspects
101101
gtags.files
102-
shell
103-
shell_g
102+
node_modules
104103
tags
105104
turbo*.cfg
106105
turbo*.dot
107106
turbo*.json
108107
v8.ignition_dispatches_table.json
109-
/Default/
110-
node_modules
111-
tools/turbolizer/build
112-
tools/turbolizer/.rpt2_cache
113-
tools/turbolizer/deploy
114108

115109
!/third_party/jinja2
116110
!/third_party/markupsafe

deps/v8/AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,20 @@ Matthew Sporleder <msporleder@gmail.com>
128128
Maxim Mazurok <maxim@mazurok.com>
129129
Maxim Mossienko <maxim.mossienko@gmail.com>
130130
Michael Lutz <michi@icosahedron.de>
131+
Michael Mclaughlin <m8ch88l@gmail.com>
131132
Michael Smith <mike@w3.org>
132133
Michaël Zasso <mic.besace@gmail.com>
133134
Mike Gilbert <floppymaster@gmail.com>
134135
Mike Pennisi <mike@mikepennisi.com>
135136
Mikhail Gusarov <dottedmag@dottedmag.net>
136137
Milton Chiang <milton.chiang@mediatek.com>
138+
Mu Tao <pamilty@gmail.com>
137139
Myeong-bo Shim <m0609.shim@samsung.com>
138140
Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net>
139141
Niklas Hambüchen <mail@nh2.me>
140142
Noj Vek <nojvek@gmail.com>
141143
Oleksandr Chekhovskyi <oleksandr.chekhovskyi@gmail.com>
144+
Oliver Dunk <oliver@oliverdunk.com>
142145
Paolo Giarrusso <p.giarrusso@gmail.com>
143146
Patrick Gansterer <paroga@paroga.com>
144147
Peng Fei <pfgenyun@gmail.com>
@@ -160,6 +163,7 @@ Rob Wu <rob@robwu.nl>
160163
Robert Meijer <robert.s.meijer@gmail.com>
161164
Robert Mustacchi <rm@fingolfin.org>
162165
Robert Nagy <robert.nagy@gmail.com>
166+
Ross Kirsling <rkirsling@gmail.com>
163167
Ruben Bridgewater <ruben@bridgewater.de>
164168
Ryan Dahl <ry@tinyclouds.org>
165169
Sakthipriyan Vairamani (thefourtheye) <thechargingvolcano@gmail.com>
@@ -168,6 +172,7 @@ Sandro Santilli <strk@keybit.net>
168172
Sanjoy Das <sanjoy@playingwithpointers.com>
169173
Seo Sanghyeon <sanxiyn@gmail.com>
170174
Shawn Anastasio <shawnanastasio@gmail.com>
175+
Shawn Presser <shawnpresser@gmail.com>
171176
Stefan Penner <stefan.penner@gmail.com>
172177
Sylvestre Ledru <sledru@mozilla.com>
173178
Taketoshi Aono <brn@b6n.ch>

0 commit comments

Comments
 (0)