Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp313 static JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(JSThread *thread, ObjectFactory *factory) in NewJSAPIPlainArray() function
1341 JSHandle<JSAPIPlainArray> jSAPIPlainArray = NewJSAPIPlainArray(thread, factory); in HWTEST_F_L0()
1347 JSHandle<JSAPIPlainArray> jSAPIPlainArray = NewJSAPIPlainArray(thread, factory); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp289 JSHandle<JSAPIPlainArray> newPlainArray = factory->NewJSAPIPlainArray(0); in Clone()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp667 JSHandle<JSAPIPlainArray> NewJSAPIPlainArray() in NewJSAPIPlainArray() function in panda::test::HeapDumpTestHelper
1435 auto jsAPIPlainArray = tester.NewJSAPIPlainArray(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h692 JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(uint32_t capacity);
Dobject_factory.cpp4680 JSHandle<JSAPIPlainArray> ObjectFactory::NewJSAPIPlainArray(uint32_t capacity) in NewJSAPIPlainArray() function in panda::ecmascript::ObjectFactory