Searched refs:typedArray1 (Results 1 – 1 of 1) sorted by relevance
36 var typedArray1 = new Int32Array([1,1,1,1,1,1,1,1]); variable38 typedArray1.set(typedArrayIn1, 2);39 print(typedArray1);