Skip to content

Commit 9b4bf7d

Browse files
committed
deps: update V8 to 7.1.302.28
PR-URL: #23423 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
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 <peter.rybin@gmail.com>
132132
Peter Varga <pvarga@inf.u-szeged.hu>
133133
Peter Wong <peter.wm.wong@gmail.com>
134134
Paul Lind <plind44@gmail.com>
135+
PhistucK <phistuck@gmail.com>
135136
Qingyan Li <qingyan.liqy@alibaba-inc.com>
136137
Qiuyi Zhang <qiuyi.zqy@alibaba-inc.com>
137138
Rafal Krypa <rafal@krypa.net>
@@ -162,6 +163,7 @@ Vladimir Krivosheev <develar@gmail.com>
162163
Vladimir Shutoff <vovan@shutoff.ru>
163164
Wiktor Garbacz <wiktor.garbacz@gmail.com>
164165
Xiaoyin Liu <xiaoyin.l@outlook.com>
166+
Yannic Bonenberger <contact@yannic-bonenberger.com>
165167
Yong Wang <ccyongwang@tencent.com>
166168
Yu Yin <xwafish@gmail.com>
167169
Zac Hansen <xaxxon@gmail.com>

0 commit comments

Comments
 (0)