Home
last modified time | relevance | path

Searched defs:setHandle (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp34 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet(thread).GetTaggedObj… in Add() local
55 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet(thread).GetTaggedObj… in Delete() local
69 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet(thread).GetTaggedObj… in Has() local
90 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet(thread).GetTaggedObj… in PopFirst() local
103 …JSHandle<TaggedTreeSet> setHandle(thread, TaggedTreeSet::Cast(set->GetTreeSet(thread).GetTaggedObj… in PopLast() local
/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp26 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet(thread).GetTaggedO… in Add() local
34 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet(thread).GetTaggedO… in Delete() local
46 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet(thread).GetTaggedO… in Clear() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_set.cpp33 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet(thread).GetTaggedO… in Add() local
43 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet(thread).GetTaggedO… in Delete() local
57 …JSHandle<LinkedHashSet> setHandle(thread, LinkedHashSet::Cast(set->GetLinkedSet(thread).GetTaggedO… in Clear() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/
Djsvaluerefishashset_fuzzer.cpp137 JSHandle<JSAPIHashSet> setHandle(thread, result); in ConstructobjectHashSet() local
156 JSHandle<JSAPIHashSet> setHandle = ConstructobjectHashSet(thread); in JSValueRefIsHashSetFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_hash_table_test.cpp101 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0() local
169 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0() local
233 JSHandle<LinkedHashSet> setHandle = LinkedHashSet::Create(thread, numOfElement); in HWTEST_F_L0() local
Djs_proxy_test.cpp197 …JSHandle<JSTaggedValue> setHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerSetP… in HWTEST_F_L0() local
232 …JSHandle<JSTaggedValue> setHandle(factory->NewJSFunction(env, reinterpret_cast<void *>(HandlerDefi… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp57 JSHandle<JSTaggedValue> setHandle(set); in SetConstructor() local
Dbuiltins_shared_set.cpp63 JSHandle<JSTaggedValue> setHandle(set); in Constructor() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp111 JSHandle<JSAPIHashSet> setHandle(thread, result); in HWTEST_F_L0() local
Dcontainers_vector_test.cpp153 JSHandle<JSAPIVector> setHandle(thread, result); in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp169 JSHandle<JSAPITreeSet> setHandle(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1289 JSHandle<JSAPIHashSet> setHandle(thread, result); in ConstructobjectHashSet() local
1557 JSHandle<JSAPIHashSet> setHandle = ConstructobjectHashSet(vm_); in HWTEST_F_L0() local