Searched refs:NewJSAPILightWeightSetIterator (Results 1 – 6 of 6) sorted by relevance
104 …ndle<JSAPILightWeightSetIterator> lightWeightSetIterator = factory->NewJSAPILightWeightSetIterator( in HWTEST_F_L0()
306 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPILightWeightSetIterator(lws, IterationKind::VALU… in HWTEST_F_L0()
1178 factory->NewJSAPILightWeightSetIterator(NewJSAPILightWeightSet(thread, factory), in HWTEST_F_L0()
315 JSHandle<JSTaggedValue>::Cast(factory->NewJSAPILightWeightSetIterator(obj, kind)); in GetIteratorObj()
607 …JSHandle<JSAPILightWeightSetIterator> NewJSAPILightWeightSetIterator(const JSHandle<JSAPILightWeig…
4080 JSHandle<JSAPILightWeightSetIterator> ObjectFactory::NewJSAPILightWeightSetIterator( in NewJSAPILightWeightSetIterator() function in panda::ecmascript::ObjectFactory