Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp243 static JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(JSThread *thread, ObjectFactory *factory) in NewJSAPIPlainArray() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3600 JSHandle<JSAPIPlainArray> ObjectFactory::NewJSAPIPlainArray(uint32_t capacity) in NewJSAPIPlainArray() function in panda::ecmascript::ObjectFactory