DescriptionAdd LookupIterator constructor for arbitrary Object keys
Continuing unification of properties/elements handling, the new
LookupIterator::PropertyOrElement(..., Handle<Object> key, ...) takes
any Object and does the required ToPrimitive/ToName/ToArrayIndex
conversions on it.
Committed: https://crrev.com/e3833fdce29a3726720ad2255475c99f6e50734f
Cr-Commit-Position: refs/heads/master@{#31023}
Patch Set 1 #
Total comments: 6
Patch Set 2 : addressed comments #
Messages
Total messages: 9 (3 generated)
|