Description[runtime] Fix integer indexed property handling
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.
Committed: https://crrev.com/621bdd642cc60f0ff1bd1fbececce7a891bd0fbc
Cr-Commit-Position: refs/heads/master@{#33689}
Patch Set 1 : #
Total comments: 1
Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 11 (6 generated)
|