Home
last modified time | relevance | path

Searched refs:SetCompare (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_tree_map.cpp105 TaggedTreeMap::Cast(internal.GetTaggedObject())->SetCompare(thread, compareFn.GetTaggedValue()); in Clear()
H A Djs_api_tree_set.cpp83 TaggedTreeSet::Cast(internal.GetTaggedObject())->SetCompare(thread, compareFn.GetTaggedValue()); in Clear()
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp34 tree->SetCompare(thread, JSTaggedValue::Hole()); in Create()
543 newTree->SetCompare(thread, compareFn.GetTaggedValue()); in Shrink()
H A Dtagged_tree.h148 inline void SetCompare(const JSThread *thread, JSTaggedValue fn) in SetCompare() function in panda::ecmascript::TaggedTree
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_treeset.cpp65 TaggedTreeSet::Cast(internal.GetTaggedObject())->SetCompare(thread, compareFn.GetTaggedValue()); in TreeSetConstructor()
H A Dcontainers_treemap.cpp66 TaggedTreeMap::Cast(internal.GetTaggedObject())->SetCompare(thread, compareFn.GetTaggedValue()); in TreeMapConstructor()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_tree_test.cpp879 tmap->SetCompare(thread, func.GetTaggedValue()); in HWTEST_F_L0()
911 tset->SetCompare(thread, func.GetTaggedValue()); in HWTEST_F_L0()

Completed in 8 milliseconds