• adamk's avatar
    Fix 'eval' in class extends clauses to be always-strict · c8a342a5
    adamk authored
    Compiler backends get their language mode from the current
    function, but should instead be deriving it from the current scope.
    This allows proper handling of the always-strictness of class declarations
    and expressions, and in particular the treatment of 'eval' calls in an
    extends clause as a strict eval.
    
    Also fix the parser's RecordEvalCall logic to only reach out to the
    DeclarationScope in sloppy mode, which fixes the strange case of a
    sloppy function thinking it contains a sloppy eval when in fact
    it contains only a strict eval.
    
    BUG=v8:4970
    LOG=n
    
    Review-Url: https://codereview.chromium.org/1931003003
    Cr-Commit-Position: refs/heads/master@{#36001}
    c8a342a5
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer 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...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...