• adamk's avatar
    Fix eval calls in initializers of arrow function parameters · 0bdaa4d8
    adamk authored
    This requires copying usage flags from the outer scope to the
    arrow scope upon encountering the arrow token.
    
    In order to properly pass-on the calls_eval bit, now record
    that bit on script scopes just like everywhere else, and add
    necessary code to scopes.cc to handle that change in behavior.
    
    Also factored out scope flag propagation to its own method to
    make the call site simple (though note that only the eval
    bit makes any difference for arrows).
    
    BUG=v8:4395
    LOG=n
    
    Review URL: https://codereview.chromium.org/1423613002
    
    Cr-Commit-Position: refs/heads/master@{#31660}
    0bdaa4d8
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...