Searched refs:hashMapArray (Results 1 – 2 of 2) sorted by relevance
112 JSTaggedValue hashMapArray = TaggedHashArray::Create(thread); in CreateHashMap() local113 map->SetTable(thread, hashMapArray); in CreateHashMap()
45 JSTaggedValue hashMapArray = TaggedHashArray::Create(thread); in HashMapConstructor() local46 hashMap->SetTable(thread, hashMapArray); in HashMapConstructor()