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.h456 JSHandle<JSArray> dstArray = JSHandle<JSArray>::Cast(dst); in RuntimeStArraySpread() local
457 dstArray->SetElements(thread, dstElements); in RuntimeStArraySpread()
458 dstArray->SetArrayLength(thread, length); in RuntimeStArraySpread()