Searched refs:NewJSAPILightWeightMapIterator (Results 1 – 7 of 7) sorted by relevance
91 …JSHandle<JSTaggedValue> iter(factory->NewJSAPILightWeightMapIterator(JSHandle<JSAPILightWeightMap>… in CreateLightWeightMapIterator()
346 JSHandle<JSAPILightWeightMapIterator> iter(factory->NewJSAPILightWeightMapIterator(obj, type)); in GetIteratorObj()
109 …ndle<JSAPILightWeightMapIterator> lightWeightMapIterator = factory->NewJSAPILightWeightMapIterator( in HWTEST_F_L0()
379 … JSHandle<JSTaggedValue> keyIter(factory->NewJSAPILightWeightMapIterator(lwm, IterationKind::KEY)); in HWTEST_F_L0()380 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPILightWeightMapIterator(lwm, IterationKind::VALU… in HWTEST_F_L0()
1106 … factory->NewJSAPILightWeightMapIterator(jSAPILightWeightMap, IterationKind::KEY); in HWTEST_F_L0()
556 …JSHandle<JSAPILightWeightMapIterator> NewJSAPILightWeightMapIterator(const JSHandle<JSAPILightWeig…
3568 JSHandle<JSAPILightWeightMapIterator> ObjectFactory::NewJSAPILightWeightMapIterator( in NewJSAPILightWeightMapIterator() function in panda::ecmascript::ObjectFactory