Home
last modified time | relevance | path

Searched refs:hashSetArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h124 JSTaggedValue hashSetArray = TaggedHashArray::Create(thread); in CreateHashSet() local
125 set->SetTable(thread, hashSetArray); in CreateHashSet()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashset.cpp45 JSTaggedValue hashSetArray = TaggedHashArray::Create(thread); in HashSetConstructor() local
46 hashSet->SetTable(thread, hashSetArray); in HashSetConstructor()