Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h112 JSTaggedValue hashMapArray = TaggedHashArray::Create(thread); in CreateHashMap() local
113 map->SetTable(thread, hashMapArray); in CreateHashMap()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp45 JSTaggedValue hashMapArray = TaggedHashArray::Create(thread); in HashMapConstructor() local
46 hashMap->SetTable(thread, hashMapArray); in HashMapConstructor()