Home
last modified time | relevance | path

Searched refs:GetDictionaryOrder (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.h72 return a.second.GetDictionaryOrder() < b.second.GetDictionaryOrder(); in CompareKey()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h69 return a.second.GetDictionaryOrder() < b.second.GetDictionaryOrder(); in CompKey()
Dtagged_hash_table.h515 return attrA.GetDictionaryOrder() < attrB.GetDictionaryOrder(); in GetEnumerationOrder()
Dproperty_attributes.h274 inline uint32_t GetDictionaryOrder() const in GetDictionaryOrder() function
Dglobal_dictionary-inl.h199 int index = static_cast<int>(originAttr.GetDictionaryOrder()); in InvalidatePropertyBox()
Dobject_operator.cpp399 attr.SetDictionaryOrder(origin.GetDictionaryOrder()); in TransitionForAttributeChanged()
418 attr.SetDictionaryOrder(origin.GetDictionaryOrder()); in TransitionForAttributeChanged()
Ddump.cpp629 os << " Order: " << std::dec << attr.GetDictionaryOrder(); in DumpAttr()
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp745 EXPECT_EQ(objectOperator.GetAttr().GetDictionaryOrder(), 1U); in HWTEST_F_L0()
775 handleProperties->SetAttributes(thread, handleAttr.GetDictionaryOrder(), handleAttr); in HWTEST_F_L0()
776 … handleProperties->SetValue(thread, handleAttr.GetDictionaryOrder(), cellHandle2.GetTaggedValue()); in HWTEST_F_L0()
785 int resultEntry = resultDict->GetAttributes(objectOperator.GetIndex()).GetDictionaryOrder(); in HWTEST_F_L0()