Searched refs:INITIAL_PROPERTY_INDEX (Results 1 – 2 of 2) sorted by relevance
405 dict->SetNextEnumerationIndex(thread, PropertyAttributes::INITIAL_PROPERTY_INDEX);491 int enumIndex = PropertyAttributes::INITIAL_PROPERTY_INDEX + i; in NextEnumerationIndex()497 index = PropertyAttributes::INITIAL_PROPERTY_INDEX + length; in NextEnumerationIndex()
96 static constexpr int INITIAL_PROPERTY_INDEX = 0; variable