Home
last modified time | relevance | path

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

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