• 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
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...