From a4c1cf5f86e37ece7678f86188b0158c7f4f1f25 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 1 Aug 2018 15:09:51 -0300 Subject: 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 Commit-Queue: Yang Guo 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 Reviewed-By: Ruben Bridgewater --- deps/v8/gypfiles/v8.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'deps/v8/gypfiles') diff --git a/deps/v8/gypfiles/v8.gyp b/deps/v8/gypfiles/v8.gyp index 742a597acd..5417365888 100644 --- a/deps/v8/gypfiles/v8.gyp +++ b/deps/v8/gypfiles/v8.gyp @@ -2948,6 +2948,7 @@ '../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', -- cgit v1.2.3