Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp204 JSHandle<JSAPIList> sublist = thread->GetEcmaVM()->GetFactory()->NewJSAPIList(); in GetSubList()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp259 static JSHandle<JSAPIList> NewJSAPIList(JSThread *thread, ObjectFactory *factory) in NewJSAPIList() function
1228 JSHandle<JSAPIList> jsAPIList = NewJSAPIList(thread, factory); in HWTEST_F_L0()
1242 JSHandle<JSAPIList> jsAPIList = NewJSAPIList(thread, factory); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h567 JSHandle<JSAPIList> NewJSAPIList();
Dobject_factory.cpp3811 JSHandle<JSAPIList> ObjectFactory::NewJSAPIList() in NewJSAPIList() function in panda::ecmascript::ObjectFactory