Searched refs:NewJSStableArrayWithElements (Results 1 – 2 of 2) sorted by relevance
716 JSHandle<JSArray> NewJSStableArrayWithElements(const JSHandle<TaggedArray> &elements);
2681 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject()4861 JSHandle<JSArray> ObjectFactory::NewJSStableArrayWithElements(const JSHandle<TaggedArray> &elements) in NewJSStableArrayWithElements() function in panda::ecmascript::ObjectFactory