Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_dictionary.h75 return a.second.GetDictionaryOrder() < b.second.GetDictionaryOrder(); in CompHandleKey()
80 return a.second.GetDictionaryOrder() < b.second.GetDictionaryOrder(); in CompKey()
85 return a.GetDictionaryOrder() < b.GetDictionaryOrder(); in CompIndex()
H A Dtagged_hash_table.h530 return attrA.GetDictionaryOrder() < attrB.GetDictionaryOrder(); in GetEnumerationOrder()
H A Dproperty_attributes.h360 inline uint32_t GetDictionaryOrder() const in GetDictionaryOrder() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_operator.cpp608 attr.SetDictionaryOrder(origin.GetDictionaryOrder()); in TransitionForAttributeChanged()
629 attr.SetDictionaryOrder(origin.GetDictionaryOrder()); in TransitionForAttributeChanged()
H A Ddump.cpp598 os << " Order: " << std::dec << attr.GetDictionaryOrder(); in DumpAttr()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_helper.h81 return a.second.GetDictionaryOrder() < b.second.GetDictionaryOrder(); in CompareKey()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_third_test.cpp69 EXPECT_EQ(objectOperator.GetAttr().GetDictionaryOrder(), 1U); in HWTEST_F_L0()
99 handleProperties->SetAttributes(thread, handleAttr.GetDictionaryOrder(), handleAttr); in HWTEST_F_L0()
100 handleProperties->SetValue(thread, handleAttr.GetDictionaryOrder(), cellHandle2.GetTaggedValue()); in HWTEST_F_L0()
H A Dglobal_dictionary_test.cpp321 EXPECT_EQ(handleDict->GetAttributes(invalidatedSet).GetDictionaryOrder(), invalidatedPosition); in HWTEST_F_L0()

Completed in 14 milliseconds