Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp78 JSHandle<JSAPIArrayList> newArrayList = factory->NewJSAPIArrayList(0); in Clone()
334 …JSHandle<JSAPIArrayList> subArrayList = thread->GetEcmaVM()->GetFactory()->NewJSAPIArrayList(newLe… in SubArrayList()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp528 JSHandle<JSAPIArrayList> NewJSAPIArrayList() in NewJSAPIArrayList() function in panda::test::HeapDumpTestHelper
1369 auto jsAPIArrayList = tester.NewJSAPIArrayList(); in HWTEST_F_L0()
1736 JSHandle<JSAPIArrayList> jsAPIArrayList = tester.NewJSAPIArrayList(); in HWTEST_F_L0()
1755 JSHandle<JSAPIArrayList> jsAPIArrayList = tester.NewJSAPIArrayList(); in HWTEST_F_L0()
1780 JSHandle<JSAPIArrayList> jsAPIArrayList = tester.NewJSAPIArrayList(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp359 static JSHandle<JSAPIArrayList> NewJSAPIArrayList(JSThread *thread, ObjectFactory *factory, in NewJSAPIArrayList() function
1238 JSHandle<JSAPIArrayList> jsArrayList = NewJSAPIArrayList(thread, factory, proto); in HWTEST_F_L0()
1245 JSHandle<JSAPIArrayList> jsArrayList = NewJSAPIArrayList(thread, factory, proto); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h695 JSHandle<JSAPIArrayList> NewJSAPIArrayList(uint32_t capacity);
Dobject_factory.cpp4618 JSHandle<JSAPIArrayList> ObjectFactory::NewJSAPIArrayList(uint32_t capacity) in NewJSAPIArrayList() function in panda::ecmascript::ObjectFactory