Searched refs:dstArray (Results 1 – 1 of 1) sorted by relevance
444 JSHandle<JSArray> dstArray = JSHandle<JSArray>::Cast(dst); in RuntimeStArraySpread() local445 dstArray->SetElements(thread, dstElements); in RuntimeStArraySpread()446 dstArray->SetArrayLength(thread, length); in RuntimeStArraySpread()