Home
last modified time | relevance | path

Searched refs:NewJSAPILightWeightSetIterator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightset_iterator_test.cpp104 …ndle<JSAPILightWeightSetIterator> lightWeightSetIterator = factory->NewJSAPILightWeightSetIterator( in HWTEST_F_L0()
Djs_api_lightweightset_test.cpp306 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPILightWeightSetIterator(lws, IterationKind::VALU… in HWTEST_F_L0()
Ddump_test.cpp1119 factory->NewJSAPILightWeightSetIterator(NewJSAPILightWeightSet(thread, factory), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp314 JSHandle<JSTaggedValue>::Cast(factory->NewJSAPILightWeightSetIterator(obj, kind)); in GetIteratorObj()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h558 …JSHandle<JSAPILightWeightSetIterator> NewJSAPILightWeightSetIterator(const JSHandle<JSAPILightWeig…
Dobject_factory.cpp3584 JSHandle<JSAPILightWeightSetIterator> ObjectFactory::NewJSAPILightWeightSetIterator( in NewJSAPILightWeightSetIterator() function in panda::ecmascript::ObjectFactory