Searched refs:dst_array_len (Results 1 – 1 of 1) sorted by relevance
1178 let dst_array_len = dst_array._len(&store)?; in array_copy() localVariable1179 if dst.checked_add(len).ok_or_else(|| Trap::ArrayOutOfBounds)? > dst_array_len { in array_copy()