Searched refs:CopyJSArrayObject (Results 1 – 3 of 3) sorted by relevance
47 …static void CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<JSObject>…
163 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<… in CopyJSArrayObject() function in panda::ecmascript::ElementAccessor
523 ElementAccessor::CopyJSArrayObject(thread, srcObj, dstObj, length); in RuntimeStArraySpread()