summaryrefslogtreecommitdiff
path: root/deps/v8/BUILD.gn
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-08-01 15:09:51 -0300
committerMatheus Marchini <matheus@sthima.com>2018-08-06 16:14:54 -0300
commita4c1cf5f86e37ece7678f86188b0158c7f4f1f25 (patch)
tree363ed9ae32d6f29d9adbbc6be133c01a6c960271 /deps/v8/BUILD.gn
parent2bea9cefbc10ed1dd497bbae61c07d971da287dd (diff)
downloadandroid-node-v8-a4c1cf5f86e37ece7678f86188b0158c7f4f1f25.tar.gz
android-node-v8-a4c1cf5f86e37ece7678f86188b0158c7f4f1f25.tar.bz2
android-node-v8-a4c1cf5f86e37ece7678f86188b0158c7f4f1f25.zip
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 'deps/v8/BUILD.gn')
-rw-r--r--deps/v8/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn
index f00a8280c1..fbb34a0b3d 100644
--- a/deps/v8/BUILD.gn
+++ b/deps/v8/BUILD.gn
@@ -828,6 +828,7 @@ action("postmortem-metadata") {
"src/objects/js-regexp-string-iterator.h",
"src/objects/map.h",
"src/objects/map-inl.h",
+ "src/objects/scope-info.h",
"src/objects/script.h",
"src/objects/script-inl.h",
"src/objects/shared-function-info.h",