Home
last modified time | relevance | path

Searched defs:NewJSAPIPlainArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp313 static JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(JSThread *thread, ObjectFactory *factory) in NewJSAPIPlainArray() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp667 JSHandle<JSAPIPlainArray> NewJSAPIPlainArray() in NewJSAPIPlainArray() function in panda::test::HeapDumpTestHelper
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4680 JSHandle<JSAPIPlainArray> ObjectFactory::NewJSAPIPlainArray(uint32_t capacity) in NewJSAPIPlainArray() function in panda::ecmascript::ObjectFactory