• 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...
build Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...