• aperez's avatar
    Do not create unresolved variables when parsing arrow functions lazily · 91b87e7a
    aperez authored
    Arrow function parameter lists are parsed as expressions. When an identifier
    is found a VariableProxy is created and added to the list of unresolved
    variables for the scope. When parsing a function lazily, the scope has been
    already resolved, so with this patch only the VariableProxy is created,
    without adding it as an unresolved variable in the scope.
    
    BUG=v8:3501
    LOG=Y
    
    Review URL: https://codereview.chromium.org/880253004
    
    Cr-Commit-Position: refs/heads/master@{#26328}
    91b87e7a
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...