Home
last modified time | relevance | path

Searched refs:linkedSet (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp48 LinkedHashSet *linkedSet = LinkedHashSet::Cast(set->GetLinkedSet().GetTaggedObject()); in Clear() local
50 JSHandle<LinkedHashSet> newSet = linkedSet->Clear(thread, setHandle); in Clear()
Djs_serializer.cpp1578 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread_); in ReadJSSet() local
1579 jsSet->SetLinkedSet(thread_, linkedSet); in ReadJSSet()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp48 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread); in WeakSetConstructor() local
49 weakSet->SetLinkedSet(thread, linkedSet); in WeakSetConstructor()
Dbuiltins_set.cpp49 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread); in SetConstructor() local
50 set->SetLinkedSet(thread, linkedSet); in SetConstructor()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp608 JSHandle<LinkedHashSet> linkedSet; in AddToKeptObjects() local
610 linkedSet = LinkedHashSet::Create(thread_); in AddToKeptObjects()
612 linkedSet = in AddToKeptObjects()
615 linkedSet = LinkedHashSet::Add(thread_, linkedSet, value); in AddToKeptObjects()
616 env->SetWeakRefKeepObjects(thread_, linkedSet); in AddToKeptObjects()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp194 JSHandle<LinkedHashSet> linkedSet(LinkedHashSet::Create(thread)); in NewJSSet() local
195 jsSet->SetLinkedSet(thread, linkedSet); in NewJSSet()
Djs_serializer_test.cpp1272 JSHandle<LinkedHashSet> linkedSet = LinkedHashSet::Create(thread); in HWTEST_F_L0() local
1273 set->SetLinkedSet(thread, linkedSet); in HWTEST_F_L0()