Home
last modified time | relevance | path

Searched refs:SetDictionaryOrder (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h421 attr.SetDictionaryOrder(enumIndex); in PutIfAbsent()
442 attr.SetDictionaryOrder(enumIndex); in Put()
493 attr.SetDictionaryOrder(enumIndex); in NextEnumerationIndex()
Dproperty_attributes.h270 inline void SetDictionaryOrder(uint32_t order) in SetDictionaryOrder() function
Dobject_operator.cpp399 attr.SetDictionaryOrder(origin.GetDictionaryOrder()); in TransitionForAttributeChanged()
418 attr.SetDictionaryOrder(origin.GetDictionaryOrder()); in TransitionForAttributeChanged()
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp333 metaData.SetDictionaryOrder(invalidatedPosition); in HWTEST_F_L0()