DescriptionFunction scopes only must have a context if they call sloppy eval
A strict arrow function with no parameters and no variable bindings
won't need a context object because it will never have any
locals. (This is unlike strict normal functions, which do have
"arguments" and "this" locals.)
R=rossberg@chromium.org
BUG=v8:4056
LOG=N
Committed: https://crrev.com/d5fd58165c5348c45e3a63d60df9d75787b44e83
Cr-Commit-Position: refs/heads/master@{#28031}
Patch Set 1 #Patch Set 2 : Fix ScopeInfo context slot calculation #
Messages
Total messages: 13 (3 generated)
|