• littledan's avatar
    Fix function scoping issue · 9c79e69e
    littledan authored
    The parser has special behavior with respect to the bindings
    of inner functions in sloppy mode which are not at the top
    level of scopes. This behavior should be turned off when the
    --harmony-sloppy-function flag is set, as lexical scoping
    rules are used instead. Previously, the incorrect flag
    --harmony-sloppy was used, resulting in a crashing bug.
    
    BUG=chromium:520029
    LOG=Y
    R=adamk
    
    Review URL: https://codereview.chromium.org/1303033003
    
    Cr-Commit-Position: refs/heads/master@{#30315}
    9c79e69e
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...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...