Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h444 JSHandle<JSArray> dstArray = JSHandle<JSArray>::Cast(dst); in RuntimeStArraySpread() local
445 dstArray->SetElements(thread, dstElements); in RuntimeStArraySpread()
446 dstArray->SetArrayLength(thread, length); in RuntimeStArraySpread()