Searched refs:mindex (Results 1 – 1 of 1) sorted by relevance
795 NumberMatcher mindex(index); in ReduceKeyedAccess() local796 if (mindex.IsInteger() && mindex.IsInRange(0.0, string->length() - 1)) { in ReduceKeyedAccess()800 string->Get(static_cast<int>(mindex.Value())))); in ReduceKeyedAccess()847 HeapObjectMatcher mindex(index); in ReduceKeyedAccess() local848 if (mindex.HasValue() && mindex.Value()->IsPrimitive()) { in ReduceKeyedAccess()854 if (Object::ToName(isolate(), mindex.Value()).ToHandle(&name)) { in ReduceKeyedAccess()