Searched refs:destination_ta (Results 1 – 1 of 1) sorted by relevance
3566 Handle<JSTypedArray> destination_ta = in CopyElementsHandleImpl() local3568 DCHECK_LE(offset + length, destination_ta->length_value()); in CopyElementsHandleImpl()3597 CopyElementsFromTypedArray(*source_ta, *destination_ta, length, offset); in CopyElementsHandleImpl()3611 *destination_ta, length, offset)) { in CopyElementsHandleImpl()3619 return CopyElementsHandleSlow(source, destination_ta, length, offset); in CopyElementsHandleImpl()