Searched refs:typedArray2 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/typedarrayset/ |
| D | typedarrayset.js | 41 var typedArray2 = new Int32Array([1,1,1,1,1,1,1,1]); variable 42 typedArray2.set([2, 2, 2], 2); 43 print(typedArray2);
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 257 let typedArray2 = new SendableInt8Array(65537); variable 258 typedArray2.join(typedArray2);
|