DescriptionDon't analyze scopes outside of the compiled scope
The outer scope of the scope we are compiling doesn't need analysis. Either we're compiling top-level code in which case there is no outer scope. Or we are compiling code at the top-level (eval, function, module), and there won't be anything to resolve in the outer scope. Lastly we could also be compiling with a deserialized scope. In that case the outer scope is already resolved.
BUG=v8:5209
Committed: https://crrev.com/0c699a581917d6c499e0f55eff349060ff1a474b
Cr-Commit-Position: refs/heads/master@{#38419}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 16 (10 generated)
|