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()
317 …JSHandle<JSAPIArrayList> subArrayList = thread->GetEcmaVM()->GetFactory()->NewJSAPIArrayList(newLe… in SubArrayList()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp290 static JSHandle<JSAPIArrayList> NewJSAPIArrayList(JSThread *thread, ObjectFactory *factory, in NewJSAPIArrayList() function
1107 JSHandle<JSAPIArrayList> jsArrayList = NewJSAPIArrayList(thread, factory, proto); in HWTEST_F_L0()
1114 JSHandle<JSAPIArrayList> jsArrayList = NewJSAPIArrayList(thread, factory, proto); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h603 JSHandle<JSAPIArrayList> NewJSAPIArrayList(uint32_t capacity);
Dobject_factory.cpp4038 JSHandle<JSAPIArrayList> ObjectFactory::NewJSAPIArrayList(uint32_t capacity) in NewJSAPIArrayList() function in panda::ecmascript::ObjectFactory