Home
last modified time | relevance | path

Searched refs:NewJSStableArrayWithElements (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h773 JSHandle<JSArray> NewJSStableArrayWithElements(const JSHandle<TaggedArray> &elements);
Dobject_factory.cpp2943 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject()
5236 JSHandle<JSArray> ObjectFactory::NewJSStableArrayWithElements(const JSHandle<TaggedArray> &elements) in NewJSStableArrayWithElements() function in panda::ecmascript::ObjectFactory