Searched refs:kNextEnumerationIndexIndex (Results 1 – 1 of 1) sorted by relevance
2561 this->fast_set(this, kNextEnumerationIndexIndex, Smi::FromInt(index)); in SetNextEnumerationIndex()2565 return Smi::cast(FixedArray::get(kNextEnumerationIndexIndex))->value(); in NextEnumerationIndex()2610 static const int kNextEnumerationIndexIndex = kMaxNumberKeyIndex + 1; variable