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()
1119 factory->NewJSAPILightWeightSetIterator(NewJSAPILightWeightSet(thread, factory), in HWTEST_F_L0()
314 JSHandle<JSTaggedValue>::Cast(factory->NewJSAPILightWeightSetIterator(obj, kind)); in GetIteratorObj()
558 …JSHandle<JSAPILightWeightSetIterator> NewJSAPILightWeightSetIterator(const JSHandle<JSAPILightWeig…
3584 JSHandle<JSAPILightWeightSetIterator> ObjectFactory::NewJSAPILightWeightSetIterator( in NewJSAPILightWeightSetIterator() function in panda::ecmascript::ObjectFactory