summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-08-01 15:09:51 -0300
committerMichaƫl Zasso <targos@protonmail.com>2018-09-07 21:06:58 +0200
commit127e7035ce70e70bdb62969f965d6941156c042c (patch)
treed8c90bd5dc8e08a9c23f3d6b26f94789f6b81c13 /common.gypi
parent5bb985d3312191d67490f9d826fd13cdbda610e9 (diff)
downloadnode-new-127e7035ce70e70bdb62969f965d6941156c042c.tar.gz
deps: cherry-pick 09bca09 from upstream V8
Original commit message: [postmortem] add ScopeInfo and Context types The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see https://github.com/nodejs/llnode/issues/211). R=bmeurer@google.com, yangguo@google.com Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#54768} Refs: https://github.com/v8/v8/commit/09bca095e38d6e4770ae48e174f59d33c PR-URL: https://github.com/nodejs/node/pull/22068 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 1fda1dde79..aacf4d5551 100644
--- a/common.gypi
+++ b/common.gypi
@@ -29,7 +29,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.2',
+ 'v8_embedder_string': '-node.3',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,