Skip to content

Commit 9b4bf7d

Browse files
committed
deps: update V8 to 7.1.302.28
PR-URL: #23423 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent b8fbe69 commit 9b4bf7d

File tree

1,526 files changed

+78425
-41694
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,526 files changed

+78425
-41694
lines changed

deps/v8/.clang-tidy

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
---
3+
Checks: '-*,
4+
modernize-redundant-void-arg,
5+
modernize-replace-random-shuffle,
6+
modernize-shrink-to-fit,
7+
modernize-use-auto,
8+
modernize-use-bool-literals,
9+
modernize-use-equals-default,
10+
modernize-use-equals-delete,
11+
modernize-use-nullptr,
12+
modernize-use-override,
13+
google-build-explicit-make-pair,
14+
google-explicit-constructor,
15+
google-readability-casting'
16+
WarningsAsErrors: ''
17+
HeaderFilterRegex: ''
18+
AnalyzeTemporaryDtors: false
19+
...
20+

deps/v8/.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# Do not modify line endings for binary files (which are sometimes auto
44
# detected as text files by git).
55
*.png binary
6+
# Don't include minified JS in git grep/diff output
7+
test/mjsunit/asm/sqlite3/*.js -diff

deps/v8/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
/tools/clang
7474
/tools/gcmole/gcmole-tools
7575
/tools/gcmole/gcmole-tools.tar.gz
76-
/tools/gyp
7776
/tools/jsfunfuzz/jsfunfuzz
7877
/tools/jsfunfuzz/jsfunfuzz.tar.gz
7978
/tools/luci-go

deps/v8/AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Peter Rybin <[email protected]>
132132
Peter Varga <[email protected]>
133133
Peter Wong <[email protected]>
134134
Paul Lind <[email protected]>
135+
135136
Qingyan Li <[email protected]>
136137
Qiuyi Zhang <[email protected]>
137138
Rafal Krypa <[email protected]>
@@ -162,6 +163,7 @@ Vladimir Krivosheev <[email protected]>
162163
Vladimir Shutoff <[email protected]>
163164
Wiktor Garbacz <[email protected]>
164165
Xiaoyin Liu <[email protected]>
166+
Yannic Bonenberger <[email protected]>
165167
Yong Wang <[email protected]>
166168
167169
Zac Hansen <[email protected]>

0 commit comments

Comments
 (0)