| /external/v8/test/mjsunit/es6/ |
| typedarray-indexing.js | 9 Int16Array,
|
| typedarray-proto.js | 14 Int16Array,
|
| typedarray-slice.js | 9 Int16Array,
|
| object-tostring.js | 207 overwriteToStringTagWithNonStringValue("Int16Array", new Int16Array());
|
| typedarray-species.js | 11 Int16Array,
|
| typedarray-tostring.js | 12 Int16Array,
|
| typedarray.js | 319 TestTypedArray(Int16Array, 2, -0x7FFF); 376 TestSubArray(Int16Array, -0x7FFF); 396 TestTypedArrayOutOfRange(Int16Array, 0x1FFFA, 0x7FFA - 0x8000); 409 Int16Array, 449 var a11 = new Int16Array([1, 2, 3, 4, 0, -1]) 472 var a5 = new Int16Array(b)
|
| reflect-get-prototype-of.js | 109 // Int16Array,
|
| typedarray-copywithin.js | 9 Int16Array,
|
| typedarray-findindex.js | 9 Int16Array,
|
| typedarray-from.js | 9 Int16Array,
|
| typedarray-of.js | 13 Int16Array,
|
| typedarray-every.js | 11 Int16Array,
|
| typedarray-find.js | 9 Int16Array,
|
| typedarray-foreach.js | 11 Int16Array,
|
| typedarray-iteration.js | 11 Int16Array,
|
| /external/v8/test/mjsunit/regress/ |
| regress-319722-TypedArrays.js | 40 TestArray(Int16Array);
|
| regress-319722-ArrayBuffer.js | 52 TestArray(Int16Array);
|
| regress-324028.js | 34 assertThrows(function() { new Int16Array(badObj); }, RangeError);
|
| regress-98773.js | 30 var array = new Int16Array(23);
|
| regress-410912.js | 186 __f_12(__v_19.fixed_int16, new Int16Array(666)); 196 __f_12(__v_19.external_int16, new Int16Array(__v_13));
|
| /external/v8/test/mjsunit/harmony/ |
| sharedarraybuffer.js | 218 TestTypedArray(Int16Array, 2, -0x7FFF); 271 TestSubArray(Int16Array, -0x7FFF); 291 TestTypedArrayOutOfRange(Int16Array, 0x1FFFA, 0x7FFA - 0x8000); 304 Int16Array, 352 var a11 = initializeFromArray(Int16Array, [1, 2, 3, 4, 0, -1]) 375 var a5 = new Int16Array(b)
|
| /external/v8/test/mjsunit/ |
| typed-array-slice.js | 32 var types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array,
|
| get-prototype-of.js | 88 // Int16Array,
|
| /external/v8/src/wasm/ |
| asm-types.h | 46 V(Int16Array, "Int16Array", 17, kAsmHeap) \
|