Searched refs:kNextEnumerationIndexIndex (Results 1 – 2 of 2) sorted by relevance
3033 this->set(kNextEnumerationIndexIndex, Smi::FromInt(index)); in SetNextEnumerationIndex()3037 return Smi::cast(FixedArray::get(kNextEnumerationIndexIndex))->value(); in NextEnumerationIndex()3082 static const int kNextEnumerationIndexIndex = kMaxNumberKeyIndex + 1; variable
3854 this->set(kNextEnumerationIndexIndex, Smi::FromInt(index)); in SetNextEnumerationIndex()3858 return Smi::cast(FixedArray::get(kNextEnumerationIndexIndex))->value(); in NextEnumerationIndex()3903 static const int kNextEnumerationIndexIndex = kMaxNumberKeyIndex + 1; variable