Home
last modified time | relevance | path

Searched refs:RuntimeStArraySpread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h433 …static inline JSTaggedValue RuntimeStArraySpread(JSThread *thread, const JSHandle<JSTaggedValue> &…
Druntime_stubs.cpp699 return RuntimeStArraySpread(thread, dst, index, src).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h412 JSTaggedValue RuntimeStubs::RuntimeStArraySpread(JSThread *thread, const JSHandle<JSTaggedValue> &d… in RuntimeStArraySpread() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp963 return RuntimeStubs::RuntimeStArraySpread(thread, dstHandle, index, srcHandle); in StArraySpread()