• verwaest's avatar
    [runtime] Fix integer indexed property handling · 621bdd64
    verwaest authored
    This includes 2 fixes:
    1) We didn't properly advance the holder when checking whether
    Receiver==Holder, so we'd inadvertently block loading the property if
    the first property we find is on the typed array.
    2) Reflect.get may cause any object on the prototype chain of the holder
    to be the receiver; so we need to recheck for this special state for
    each object we perform lookup on.
    
    Review URL: https://codereview.chromium.org/1651913005
    
    Cr-Commit-Position: refs/heads/master@{#33689}
    621bdd64
lookup.cc 22.9 KB