• gsathya's avatar
    Fix TypedArray Property optimizations · 41d571df
    gsathya authored
    This patch installs %TypedArray% and its prototype on the native
    context, and wires them up to each TypedArray subclass. This is later
    used to check the holder of length, byteLength and byteOffset is
    %Typedarray% and apply the appropriate optimizations.
    
    BUG=chromium:593634
    LOG=Y
    
    Review-Url: https://codereview.chromium.org/1949863002
    Cr-Commit-Position: refs/heads/master@{#36116}
    41d571df
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...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...