Home
last modified time | relevance | path

Searched refs:NewJSAPIArrayListIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp455 JSHandle<JSAPIArrayListIterator> iter(factory->NewJSAPIArrayListIterator(obj)); in GetIteratorObj()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h707 …JSHandle<JSAPIArrayListIterator> NewJSAPIArrayListIterator(const JSHandle<JSAPIArrayList> &arrayLi…
Dobject_factory.cpp4631 JSHandle<JSAPIArrayListIterator> ObjectFactory::NewJSAPIArrayListIterator(const JSHandle<JSAPIArray… in NewJSAPIArrayListIterator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1246 …JSHandle<JSAPIArrayListIterator> jsArrayListIter = factory->NewJSAPIArrayListIterator(jsArrayList); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1371 factory->NewJSAPIArrayListIterator(jsAPIArrayList); in HWTEST_F_L0()