• Benedikt Meurer's avatar
    [runtime] Merge %KeyedGetProperty into %GetProperty. · 5f27e5c7
    Benedikt Meurer authored
    As noticed by jkummerow@ there's probably not really a point in
    keeping two separate runtime functions that perform the same
    operation, but one has a different fast-path (which is not
    available to the other). So %KeyedGetProperty is now effectively
    %GetProperty and used consistently as fallback from both the ICs
    as well as other callers like the GetProperty builtin.
    
    Bug: v8:8015
    Change-Id: Ib46b13da739229e2eb820ecf87923ac99c6971d3
    Reviewed-on: https://chromium-review.googlesource.com/1199105
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#55547}
    5f27e5c7
Name
Last commit
Last update
..
OWNERS Loading commit data...
accessor-assembler.cc Loading commit data...
accessor-assembler.h Loading commit data...
binary-op-assembler.cc Loading commit data...
binary-op-assembler.h Loading commit data...
call-optimization.cc Loading commit data...
call-optimization.h Loading commit data...
handler-configuration-inl.h Loading commit data...
handler-configuration.cc Loading commit data...
handler-configuration.h Loading commit data...
ic-inl.h Loading commit data...
ic-stats.cc Loading commit data...
ic-stats.h Loading commit data...
ic.cc Loading commit data...
ic.h Loading commit data...
keyed-store-generic.cc Loading commit data...
keyed-store-generic.h Loading commit data...
stub-cache.cc Loading commit data...
stub-cache.h Loading commit data...