Home
last modified time | relevance | path

Searched refs:CopyJSArrayObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.h47 …static void CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<JSObject>…
Delement_accessor.cpp163 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<… in CopyJSArrayObject() function in panda::ecmascript::ElementAccessor
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h523 ElementAccessor::CopyJSArrayObject(thread, srcObj, dstObj, length); in RuntimeStArraySpread()