• cbruni's avatar
    [runtime] Ensure slow properties for simple {__proto__:null} literals. · 3f73fecb
    cbruni authored
    With this CL we reduce the difference between directly using a null prototype
    in a literal or using Object.create(null).
    - The EmitFastCloneShallowObject builtin now supports cloning slow
      object boilerplates.
    - Unified behavior to find the matching Map and instantiating it for
      Object.create(null) and literals with a null prototype.
    - Cleanup of literal type parameter of CompileTimeValue, now in sync with
      ObjectLiteral flags.
    
    Review-Url: https://codereview.chromium.org/2445333002
    Cr-Commit-Position: refs/heads/master@{#44941}
    3f73fecb
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...