Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.h49 static void CopyJSArrayToTaggedArray(const JSThread *thread, JSHandle<JSObject>srcObj,
Delement_accessor.cpp174 void ElementAccessor::CopyJSArrayToTaggedArray(const JSThread *thread, JSHandle<JSObject>srcObj, in CopyJSArrayToTaggedArray() function in panda::ecmascript::ElementAccessor
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2786 ElementAccessor::CopyJSArrayToTaggedArray(thread, jsArrayObj, argv, argvMayMaxLength); in RuntimeGetCallSpreadArgs()