Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp243 static JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(JSThread *thread, ObjectFactory *factory) in NewJSAPIPlainArray() function
1142 JSHandle<JSAPIPlainArray> jSAPIPlainArray = NewJSAPIPlainArray(thread, factory); in HWTEST_F_L0()
1148 JSHandle<JSAPIPlainArray> jSAPIPlainArray = NewJSAPIPlainArray(thread, factory); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp224 JSHandle<JSAPIPlainArray> newPlainArray = factory->NewJSAPIPlainArray(0); in Clone()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h551 JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(uint32_t capacity);
Dobject_factory.cpp3600 JSHandle<JSAPIPlainArray> ObjectFactory::NewJSAPIPlainArray(uint32_t capacity) in NewJSAPIPlainArray() function in panda::ecmascript::ObjectFactory