DescriptionChange the CompilerDispatcherJob to take a SharedFunctionInfo
This means we can no longer take the closure's context to parse, but
need to rely on the outer scope info.
Since it's not possible to get that, however, for lazy functions, we
introduce a new field to SharedFunctionInfo that stores the outer scope
info whenever available.
BUG=v8:5215
R=marja@chromium.org,verwaest@chromium.org,jgruber@chromium.org
Committed: https://crrev.com/0f0912dd23911eec6d1c5e6d3ebba1ece0ff3361
Cr-Commit-Position: refs/heads/master@{#39548}
Patch Set 1 #Patch Set 2 : updates #Patch Set 3 : updates #
Total comments: 1
Patch Set 4 : updates #
Messages
Total messages: 24 (17 generated)
|