Searched refs:arrstr (Results 1 - 1 of 1) sorted by relevance

/openjdk9/nashorn/test/script/basic/
H A DNASHORN-377-payload.js43 function arrstr(a, n, w) { function
56 return arrstr(new Uint8Array(b));
114 print(arrstr(i8, 8, 2) + " " + bufstr(i8));
115 print(arrstr(i8_2, 6) + " " + i8_2.byteOffset + " " + i8_2.byteLength);
116 print(arrstr(i8_2_4, 4) + " " + i8_2_4.byteOffset + " " + i8_2_4.byteLength);
120 print(arrstr(i8_1_5, 4) + " " + i8_1_5.byteOffset + " " + i8_1_5.byteLength);
132 print(arrstr(i32), i32[0], i32[1]);
134 print(arrstr(i32), i32[0], i32[1]);
135 print(arrstr(u32), u32[0], u32[1]);
144 print(arrstr(u3
[all...]

Completed in 76 milliseconds