Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp83 JSHandle<JSAPIArrayList> newArrayList = factory->NewJSAPIArrayList(0); in Clone()
319 …JSHandle<JSAPIArrayList> subArrayList = thread->GetEcmaVM()->GetFactory()->NewJSAPIArrayList(newLe… in SubArrayList()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp289 static JSHandle<JSAPIArrayList> NewJSAPIArrayList(JSThread *thread, ObjectFactory *factory, in NewJSAPIArrayList() function
1040 JSHandle<JSAPIArrayList> jsArrayList = NewJSAPIArrayList(thread, factory, proto); in HWTEST_F_L0()
1047 JSHandle<JSAPIArrayList> jsArrayList = NewJSAPIArrayList(thread, factory, proto); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h536 JSHandle<JSAPIArrayList> NewJSAPIArrayList(uint32_t capacity);
Dobject_factory.cpp3509 JSHandle<JSAPIArrayList> ObjectFactory::NewJSAPIArrayList(uint32_t capacity) in NewJSAPIArrayList() function in panda::ecmascript::ObjectFactory