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