Searched refs:jsAPIHashMap (Results 1 – 1 of 1) sorted by relevance
344 JSHandle<JSAPIHashMap> jsAPIHashMap = JSHandle<JSAPIHashMap>::Cast(jsAPIHashMapObject); in NewJSAPIHashMap() local345 jsAPIHashMap->SetTable(thread, TaggedHashArray::Create(thread)); in NewJSAPIHashMap()346 jsAPIHashMap->SetSize(0); in NewJSAPIHashMap()347 return jsAPIHashMap; in NewJSAPIHashMap()1012 auto jsAPIHashMap = tester.NewJSAPIHashMap(); in HWTEST_F_L0() local1014 factory->NewJSAPIHashMapIterator(jsAPIHashMap, IterationKind::KEY); in HWTEST_F_L0()