Home
last modified time | relevance | path

Searched defs:linkedSet (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp45 LinkedHashSet *linkedSet = LinkedHashSet::Cast(set->GetLinkedSet().GetTaggedObject()); in Clear() local
Decma_context.cpp1256 JSHandle<LinkedHashSet> linkedSet; in AddToKeptObjects() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp45 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread); in WeakSetConstructor() local
Dbuiltins_set.cpp44 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread); in SetConstructor() local
Dbuiltins_shared_set.cpp50 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread, in Constructor() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp198 JSHandle<LinkedHashSet> linkedSet(LinkedHashSet::Create(thread)); in NewJSSet() local
211 JSHandle<LinkedHashSet> linkedSet( in NewJSSharedSet() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp212 JSHandle<LinkedHashSet> linkedSet(LinkedHashSet::Create(thread)); in NewJSSet() local
224 JSHandle<LinkedHashSet> linkedSet( in NewJSSharedSet() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1571 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread); in HWTEST_F_L0() local
2301 JSHandle<LinkedHashSet> linkedSet( in CreateSSet() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1586 JSHandle<LinkedHashSet> linkedSet = in New() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5636 JSHandle<LinkedHashSet> linkedSet(LinkedHashSet::Create(thread_)); in HWTEST_F_L0() local