Searched refs:NewJSStableArrayWithElements (Results 1 – 2 of 2) sorted by relevance
773 JSHandle<JSArray> NewJSStableArrayWithElements(const JSHandle<TaggedArray> &elements);
2943 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