Skip to content

Commit

Permalink
deps: update V8 to 5.9.211.32
Browse files Browse the repository at this point in the history
PR-URL: #13263
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
targos committed Jun 7, 2017
1 parent 91a1bbe commit 3dc8c3b
Show file tree
Hide file tree
Showing 1,500 changed files with 110,165 additions and 69,314 deletions.
46 changes: 23 additions & 23 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#*#
*.Makefile
*.a
*.exe
*.idb
Expand All @@ -18,9 +20,9 @@
*.vcxproj
*.vcxproj.filters
*.xcodeproj
#*#
*~
.#*
.*.sw?
.cpplint-cache
.cproject
.d8_history
Expand All @@ -30,33 +32,31 @@
.project
.pydevproject
.settings
.*.sw?
bsuite
compile_commands.json
d8
d8_g
gccauses
gcsuspects
shell
shell_g
/_*
/build
/gypfiles/win_toolchain.json
/buildtools
/gypfiles/win_toolchain.json
/hydrogen.cfg
/obj
/out
/out.gn
/perf.data
/perf.data.old
/src/inspector/build/closure-compiler
/src/inspector/build/closure-compiler.tar.gz
/test/benchmarks/data
/test/fuzzer/wasm
/test/fuzzer/wasm.tar.gz
/test/fuzzer/wasm_asmjs
/test/fuzzer/wasm_asmjs.tar.gz
/test/mozilla/data
/test/promises-aplus/promises-tests
/test/promises-aplus/promises-tests.tar.gz
/test/promises-aplus/sinon
/test/test262/data
/test/test262/data.tar
/test/test262/harness
/test/wasm-js
/testing/gmock
/testing/gtest/*
!/testing/gtest/include
Expand All @@ -81,26 +81,26 @@ shell_g
/tools/swarming_client
/tools/visual_studio/Debug
/tools/visual_studio/Release
/test/fuzzer/wasm
/test/fuzzer/wasm_asmjs
/v8.log.ll
/xcodebuild
TAGS
*.Makefile
GTAGS
GPATH
GRTAGS
GSYMS
GPATH
tags
GTAGS
TAGS
bsuite
compile_commands.json
d8
d8_g
gccauses
gcsuspects
gtags.files
shell
shell_g
tags
turbo*.cfg
turbo*.dot
turbo*.json
v8.ignition_dispatches_table.json
/test/fuzzer/wasm.tar.gz
/test/fuzzer/wasm_asmjs.tar.gz
/src/inspector/build/closure-compiler.tar.gz
/src/inspector/build/closure-compiler
/test/wasm-js
!/third_party/jinja2
!/third_party/markupsafe
6 changes: 4 additions & 2 deletions deps/v8/.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ check_targets = []
# These are the list of GN files that run exec_script. This whitelist exists
# to force additional review for new uses of exec_script, which is strongly
# discouraged except for gypi_to_gn calls.
exec_script_whitelist =
build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]
exec_script_whitelist = build_dotfile_settings.exec_script_whitelist + [
"//test/test262/BUILD.gn",
"//BUILD.gn",
]
3 changes: 2 additions & 1 deletion deps/v8/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Below is a list of people and organizations that have contributed
# Below is a list of people and organizations that have contributed
# to the V8 project. Names should be added to the list like so:
#
# Name/Organization <email address>
Expand Down Expand Up @@ -82,6 +82,7 @@ JunHo Seo <sejunho@gmail.com>
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
Karl Skomski <karl@skomski.com>
Kevin Gibbons <bakkot@gmail.com>
Loo Rong Jie <loorongjie@gmail.com>
Luis Reis <luis.m.reis@gmail.com>
Luke Zarko <lukezarko@gmail.com>
Maciej Małecki <me@mmalecki.com>
Expand Down
Loading

0 comments on commit 3dc8c3b

Please sign in to comment.