Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp244 static JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(JSThread *thread, ObjectFactory *factory) in NewJSAPIPlainArray() function
1201 JSHandle<JSAPIPlainArray> jSAPIPlainArray = NewJSAPIPlainArray(thread, factory); in HWTEST_F_L0()
1207 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.h600 JSHandle<JSAPIPlainArray> NewJSAPIPlainArray(uint32_t capacity);
Dobject_factory.cpp4096 JSHandle<JSAPIPlainArray> ObjectFactory::NewJSAPIPlainArray(uint32_t capacity) in NewJSAPIPlainArray() function in panda::ecmascript::ObjectFactory