Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.cpp63 JSHandle<JSAPILinkedList> newLinkedList = factory->NewJSAPILinkedList(); in Clone()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp270 static JSHandle<JSAPILinkedList> NewJSAPILinkedList(JSThread *thread, ObjectFactory *factory) in NewJSAPILinkedList() function
1235 JSHandle<JSAPILinkedList> jsAPILinkedList = NewJSAPILinkedList(thread, factory); in HWTEST_F_L0()
1250 JSHandle<JSAPILinkedList> jsAPILinkedList = NewJSAPILinkedList(thread, factory); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h568 JSHandle<JSAPILinkedList> NewJSAPILinkedList();
Dobject_factory.cpp3818 JSHandle<JSAPILinkedList> ObjectFactory::NewJSAPILinkedList() in NewJSAPILinkedList() function in panda::ecmascript::ObjectFactory