Home
last modified time | relevance | path

Searched refs:NewJSAPILinkedListIterator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list_iterator.cpp79 … JSHandle<JSTaggedValue> iter(factory->NewJSAPILinkedListIterator(JSHandle<JSAPILinkedList>(obj))); in CreateLinkedListIterator()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h569 …JSHandle<JSAPILinkedListIterator> NewJSAPILinkedListIterator(const JSHandle<JSAPILinkedList> &link…
Dobject_factory.cpp3779 JSHandle<JSAPILinkedListIterator> ObjectFactory::NewJSAPILinkedListIterator(const JSHandle<JSAPILin… in NewJSAPILinkedListIterator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1252 factory->NewJSAPILinkedListIterator(jsAPILinkedList); in HWTEST_F_L0()