Home
last modified time | relevance | path

Searched refs:INITIAL_PROPERTY_INDEX (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h405 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()
Dproperty_attributes.h96 static constexpr int INITIAL_PROPERTY_INDEX = 0; variable