Skip to content

Commit 5ab3140

Browse files
targosnodejs-github-bot
authored andcommittedSep 19, 2024
deps: update V8 to 12.9.202.18
PR-URL: #54536 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent b446a58 commit 5ab3140

File tree

1,270 files changed

+69516
-18938
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,270 files changed

+69516
-18938
lines changed
 

Diff for: ‎deps/v8/.editorconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
root = true
1+
# editorconfig.org
22

33
[*]
44
charset = utf-8
5-
indent_style = space
6-
indent_size = 2
75
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true

Diff for: ‎deps/v8/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
!/third_party/test262-harness
8989
!/third_party/v8
9090
!/third_party/wasm-api
91-
/tools/builtins-pgo/profiles/*.profile
92-
/tools/builtins-pgo/profiles/profiles_version
91+
/tools/builtins-pgo/profiles/*
92+
!/tools/builtins-pgo/profiles/.*
9393
/tools/clang
9494
/tools/gcmole/bootstrap
9595
/tools/gcmole/gcmole-tools

0 commit comments

Comments
 (0)