Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_iterator_test.cpp82 JSTaggedValue hashSetArray = TaggedHashArray::Create(thread); in CreateHashSet() local
83 set->SetTable(thread, hashSetArray); in CreateHashSet()
Djs_api_hashset_test.cpp82 JSTaggedValue hashSetArray = TaggedHashArray::Create(thread); in CreateHashSet() local
83 set->SetTable(thread, hashSetArray); in CreateHashSet()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashset.cpp49 JSTaggedValue hashSetArray = TaggedHashArray::Create(thread); in HashSetConstructor() local
50 hashSet->SetTable(thread, hashSetArray); in HashSetConstructor()