Description[elements] Fix GetEntryForIndexImpl to honor array length
Previously, fast holey elements accessors would detect element presence
by simply doing a hole check on any slot within the backing store's
capacity. This relied on the (mostly-true but brittle) assumption that
slots beyond the length are always correctly zapped with The Hole.
Committed: https://crrev.com/e1cb5622246245901bf1e98e7c2b80d16338d67b
Cr-Commit-Position: refs/heads/master@{#39051}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|