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