Home
last modified time | relevance | path

Searched refs:Uint16Array (Results 1 – 25 of 66) sorted by relevance

123

/external/v8/test/mjsunit/
Dexternal-array.js153 assertSame(a.buffer, (new Uint16Array(a.buffer)).buffer);
199 types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array,
428 a = new Uint16Array(0);
429 assertInstance(a, Uint16Array);
443 a = new Uint16Array([1,2,3]);
444 assertInstance(a, Uint16Array);
463 a = new Uint16Array([1,2,3,4,5,6]);
465 assertInstance(aa, Uint16Array);
471 assertInstance(aa, Uint16Array);
477 assertInstance(aa, Uint16Array);
[all …]
Dmessages.js79 Object.freeze(new Uint16Array(1));
104 Uint16Array(1);
221 Uint16Array.prototype.forEach.call(1); class
417 new Uint16Array(-1);
Dtyped-array-slice.js32 var types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array,
/external/v8/test/mjsunit/lithium/
DStoreKeyedExternal.js59 var A1_uint16 = new Uint16Array(2);
60 var A2_uint16 = new Uint16Array(2);
61 var A3_uint16 = new Uint16Array(2);
/external/v8/test/mjsunit/compiler/
Dtruncating-store.js12 var u16 = new global.Uint16Array(buffer);
64 "Uint16Array": Uint16Array, property
/external/v8/test/mjsunit/harmony/
Dsharedarraybuffer.js217 TestTypedArray(Uint16Array, 2, 0xFFFF);
270 TestSubArray(Uint16Array, 0xFFFF);
289 TestTypedArrayOutOfRange(Uint16Array, 0x1FFFA, 0xFFFA);
290 TestTypedArrayOutOfRange(Uint16Array, -1, 0xFFFF);
303 Uint16Array,
353 var a12 = MakeSharedTypedArray(Uint16Array, 15);
420 var a = MakeSharedTypedArray(Uint16Array, 50);
/external/v8/test/mjsunit/asm/
Datomics-load.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
83 testElementType(Uint16Array, m.loadu16, 0, offset);
Datomics-store.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
88 testElementType(Uint16Array, m.storeu16, 0, offset);
Datomics-and.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
91 testElementType(Uint16Array, m.andu16, offset);
Datomics-xor.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
90 testElementType(Uint16Array, m.xoru16, offset);
Datomics-add.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
90 testElementType(Uint16Array, m.addu16, offset);
Datomics-or.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
93 testElementType(Uint16Array, m.oru16, offset);
Datomics-sub.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
91 testElementType(Uint16Array, m.subu16, offset);
Datomics-exchange.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
92 testElementType(Uint16Array, m.exchangeu16, offset);
Datomics-compareexchange.js13 var MEMU16 = new stdlib.Uint16Array(heap, offset);
98 testElementType(Uint16Array, m.compareExchangeu16, 0, offset);
/external/v8/test/mjsunit/es6/
Dtypedarray.js320 TestTypedArray(Uint16Array, 2, 0xFFFF);
377 TestSubArray(Uint16Array, 0xFFFF);
396 TestTypedArrayOutOfRange(Uint16Array, 0x1FFFA, 0xFFFA);
397 TestTypedArrayOutOfRange(Uint16Array, -1, 0xFFFF);
410 Uint16Array,
452 var a12 = new Uint16Array(15)
519 var a = new Uint16Array(50);
Dprototype-ordinary-objects.js43 Uint16Array,
Dtypedarray-set-length.js8 Uint16Array,
Dtypedarray-fill.js8 Uint16Array,
Dtyped-array-iterator.js7 Uint16Array, Int16Array,
/external/v8/test/mjsunit/regress/
Dregress-crbug-100859.js30 setx(typeof new Uint16Array('x') === 'object');
Dregress-319722-TypedArrays.js39 TestArray(Uint16Array);
Dregress-324028.js33 assertThrows(function() { new Uint16Array(badObj); }, RangeError);
Dregress-319722-ArrayBuffer.js51 TestArray(Uint16Array);
Dregress-447756.js23 Uint16Array, Int16Array,

123