Skip to content

Commit c459d8e

Browse files
committed
deps: update V8 to 5.7.492.69
PR-URL: #11752 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent e0bc5a7 commit c459d8e

File tree

1,726 files changed

+100857
-86452
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,726 files changed

+100857
-86452
lines changed

deps/v8/.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Defines the Google C++ style for automatic reformatting.
22
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
33
BasedOnStyle: Google
4+
DerivePointerAlignment: false
45
MaxEmptyLinesToKeep: 1

deps/v8/.gn

+4-27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# tree and to set startup options. For documentation on the values set in this
33
# file, run "gn help dotfile" at the command line.
44

5+
import("//build/dotfile_settings.gni")
6+
57
# The location of the build configuration file.
68
buildconfig = "//build/config/BUILDCONFIG.gn"
79

@@ -19,30 +21,5 @@ check_targets = []
1921
# These are the list of GN files that run exec_script. This whitelist exists
2022
# to force additional review for new uses of exec_script, which is strongly
2123
# discouraged except for gypi_to_gn calls.
22-
exec_script_whitelist = [
23-
"//build/config/android/BUILD.gn",
24-
"//build/config/android/config.gni",
25-
"//build/config/android/internal_rules.gni",
26-
"//build/config/android/rules.gni",
27-
"//build/config/BUILD.gn",
28-
"//build/config/compiler/BUILD.gn",
29-
"//build/config/gcc/gcc_version.gni",
30-
"//build/config/ios/ios_sdk.gni",
31-
"//build/config/linux/atk/BUILD.gn",
32-
"//build/config/linux/BUILD.gn",
33-
"//build/config/linux/pkg_config.gni",
34-
"//build/config/mac/mac_sdk.gni",
35-
"//build/config/posix/BUILD.gn",
36-
"//build/config/sysroot.gni",
37-
"//build/config/win/BUILD.gn",
38-
"//build/config/win/visual_studio_version.gni",
39-
"//build/gn_helpers.py",
40-
"//build/gypi_to_gn.py",
41-
"//build/toolchain/concurrent_links.gni",
42-
"//build/toolchain/gcc_toolchain.gni",
43-
"//build/toolchain/mac/BUILD.gn",
44-
"//build/toolchain/win/BUILD.gn",
45-
"//build/util/branding.gni",
46-
"//build/util/version.gni",
47-
"//test/test262/BUILD.gn",
48-
]
24+
exec_script_whitelist =
25+
build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]

deps/v8/AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Julien Brianceau <[email protected]>
8181
JunHo Seo <[email protected]>
8282
Kang-Hao (Kenny) Lu <[email protected]>
8383
Karl Skomski <[email protected]>
84+
Kevin Gibbons <[email protected]>
8485
Luis Reis <[email protected]>
8586
Luke Zarko <[email protected]>
8687
Maciej Małecki <[email protected]>
@@ -104,6 +105,7 @@ Patrick Gansterer <[email protected]>
104105
Peter Rybin <[email protected]>
105106
Peter Varga <[email protected]>
106107
Paul Lind <[email protected]>
108+
Qiuyi Zhang <[email protected]>
107109
Rafal Krypa <[email protected]>
108110
Refael Ackermann <[email protected]>
109111
Rene Rebe <[email protected]>

0 commit comments

Comments
 (0)