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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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

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

+6-12
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

+5
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,20 @@ Matthew Sporleder <[email protected]>
128128
Maxim Mazurok <[email protected]>
129129
Maxim Mossienko <[email protected]>
130130
Michael Lutz <[email protected]>
131+
Michael Mclaughlin <[email protected]>
131132
Michael Smith <[email protected]>
132133
Michaël Zasso <[email protected]>
133134
Mike Gilbert <[email protected]>
134135
Mike Pennisi <[email protected]>
135136
Mikhail Gusarov <[email protected]>
136137
Milton Chiang <[email protected]>
138+
137139
Myeong-bo Shim <[email protected]>
138140
Nicolas Antonius Ernst Leopold Maria Kaiser <[email protected]>
139141
Niklas Hambüchen <[email protected]>
140142
141143
Oleksandr Chekhovskyi <[email protected]>
144+
Oliver Dunk <[email protected]>
142145
Paolo Giarrusso <[email protected]>
143146
Patrick Gansterer <[email protected]>
144147
@@ -160,6 +163,7 @@ Rob Wu <[email protected]>
160163
Robert Meijer <[email protected]>
161164
Robert Mustacchi <[email protected]>
162165
Robert Nagy <[email protected]>
166+
Ross Kirsling <[email protected]>
163167
Ruben Bridgewater <[email protected]>
164168
Ryan Dahl <[email protected]>
165169
Sakthipriyan Vairamani (thefourtheye) <[email protected]>
@@ -168,6 +172,7 @@ Sandro Santilli <[email protected]>
168172
Sanjoy Das <[email protected]>
169173
Seo Sanghyeon <[email protected]>
170174
Shawn Anastasio <[email protected]>
175+
Shawn Presser <[email protected]>
171176
Stefan Penner <[email protected]>
172177
Sylvestre Ledru <[email protected]>
173178
Taketoshi Aono <[email protected]>

0 commit comments

Comments
 (0)