mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
Upgrade V8 to 7.6.53
This commit is contained in:
parent
6c137342d7
commit
200bed9277
4 changed files with 7 additions and 3 deletions
4
.gn
4
.gn
|
@ -56,4 +56,8 @@ default_args = {
|
|||
v8_use_external_startup_data = false
|
||||
v8_use_snapshot = true
|
||||
v8_postmortem_support = true # for https://github.com/nodejs/llnode/
|
||||
|
||||
# We don't want to require downloading the binary executable
|
||||
# tools/clang/dsymutil.
|
||||
enable_dsyms = false
|
||||
}
|
||||
|
|
2
build
2
build
|
@ -1 +1 @@
|
|||
Subproject commit 89b12c46424e9d18499ebecda24cfc5fad0c2c4f
|
||||
Subproject commit 7b594236fbba04ee23d32ba3adf5ea68611cf2e7
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
solutions = [{
|
||||
'url':
|
||||
'https://chromium.googlesource.com/v8/v8.git@7.4.238',
|
||||
'https://chromium.googlesource.com/v8/v8.git@7.6.53',
|
||||
'name': 'v8',
|
||||
'deps_file': 'DEPS',
|
||||
'custom_deps': {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 88acf8ea59d67442f7e06abf6fe73cf9d2ef3261
|
||||
Subproject commit 434ec0c4dafc6ec670984e8ce56d1a4d5f4d77ab
|
Loading…
Reference in a new issue