Searched defs:setHandle (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set.cpp | 34 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())… in Add() local 55 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())… in Delete() local 69 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())… in Has() local 82 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())… in PopFirst() local 95 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())… in PopLast() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_set.cpp | 29 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet().GetTaggedObject(… in Add() local 37 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet().GetTaggedObject(… in Delete() local 49 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet().GetTaggedObject(… in Clear() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_hash_table_test.cpp | 125 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0() local 193 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0() local 257 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0() local
|
| D | js_proxy_test.cpp | 209 …JSHandle<JSTaggedValue> setHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerSetP… in HWTEST_F_L0() local 251 …JSHandle<JSTaggedValue> setHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerDefi… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_set.cpp | 62 JSHandle<JSTaggedValue> setHandle(set); in SetConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_hashset_test.cpp | 111 JSHandle<JSAPIHashSet> setHandle(thread, result); in HWTEST_F_L0() local
|
| D | containers_vector_test.cpp | 151 JSHandle<JSAPIVector> setHandle(thread, result); in HWTEST_F_L0() local
|
| D | containers_treeset_test.cpp | 169 JSHandle<JSAPITreeSet> setHandle(thread, result); in HWTEST_F_L0() local
|