DescriptionDon't create a handle scope when finalizing the bytecode
During finalization, we create SharedFunctionInfos which in turn
will create ScopeInfos for the Scopes in the AST. The Scopes then
cache a handle to the ScopeInfos. However, once the scope is closed,
all those handles get zapped, and it's no longer possible to access
the scopes (even though we actually still need the AST).
R=rmcilroy@chromium.org
BUG=
Committed: https://crrev.com/6c744a97151f4b55c0f401b397761a87030c8494
Cr-Commit-Position: refs/heads/master@{#38898}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|