• 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
..
OWNERS Loading commit data...
bytecode-array-builder.cc Loading commit data...
bytecode-array-builder.h Loading commit data...
bytecode-array-iterator.cc Loading commit data...
bytecode-array-iterator.h Loading commit data...
bytecode-generator.cc Loading commit data...
bytecode-generator.h Loading commit data...
bytecode-register-allocator.cc Loading commit data...
bytecode-register-allocator.h Loading commit data...
bytecode-traits.h Loading commit data...
bytecodes.cc Loading commit data...
bytecodes.h Loading commit data...
constant-array-builder.cc Loading commit data...
constant-array-builder.h Loading commit data...
control-flow-builders.cc Loading commit data...
control-flow-builders.h Loading commit data...
handler-table-builder.cc Loading commit data...
handler-table-builder.h Loading commit data...
interpreter-assembler.cc Loading commit data...
interpreter-assembler.h Loading commit data...
interpreter-intrinsics.cc Loading commit data...
interpreter-intrinsics.h Loading commit data...
interpreter.cc Loading commit data...
interpreter.h Loading commit data...
source-position-table.cc Loading commit data...
source-position-table.h Loading commit data...