Home
last modified time | relevance | path

Searched refs:NewJSAPILightWeightMapIterator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightmap_iterator.cpp91 …JSHandle<JSTaggedValue> iter(factory->NewJSAPILightWeightMapIterator(JSHandle<JSAPILightWeightMap>… in CreateLightWeightMapIterator()
Djs_api_lightweightmap.cpp346 JSHandle<JSAPILightWeightMapIterator> iter(factory->NewJSAPILightWeightMapIterator(obj, type)); in GetIteratorObj()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_iterator_test.cpp109 …ndle<JSAPILightWeightMapIterator> lightWeightMapIterator = factory->NewJSAPILightWeightMapIterator( in HWTEST_F_L0()
Djs_api_lightweightmap_test.cpp379 … 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()
Ddump_test.cpp1106 … factory->NewJSAPILightWeightMapIterator(jSAPILightWeightMap, IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h556 …JSHandle<JSAPILightWeightMapIterator> NewJSAPILightWeightMapIterator(const JSHandle<JSAPILightWeig…
Dobject_factory.cpp3568 JSHandle<JSAPILightWeightMapIterator> ObjectFactory::NewJSAPILightWeightMapIterator( in NewJSAPILightWeightMapIterator() function in panda::ecmascript::ObjectFactory