Home
last modified time | relevance | path

Searched refs:int8Array (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypedArrays-es6.types46 const int8Array = new Int8Array(1);
47 >int8Array : Int8Array
52 [...int8Array];
53 >[...int8Array] : number[]
54 >...int8Array : number
55 >int8Array : Int8Array
DtypedArrays-es5.types46 const int8Array = new Int8Array(1);
47 >int8Array : Int8Array
52 [...int8Array];
53 >[...int8Array] : any[]
54 >...int8Array : any
55 >int8Array : Int8Array
DtypedArrays-es6.js14 const int8Array = new Int8Array(1); constant
15 [...int8Array];
42 const int8Array = new Int8Array(1); constant
43 [...int8Array];
DtypedArrays-es5.symbols30 const int8Array = new Int8Array(1);
31 >int8Array : Symbol(int8Array, Decl(typedArrays-es5.ts, 12, 5))
34 [...int8Array];
35 >int8Array : Symbol(int8Array, Decl(typedArrays-es5.ts, 12, 5))
DtypedArrays-es5.js14 const int8Array = new Int8Array(1); constant
15 [...int8Array];
53 var int8Array = new Int8Array(1); variable
54 __spreadArray([], int8Array, true);
DtypedArrays-es6.symbols30 const int8Array = new Int8Array(1);
31 >int8Array : Symbol(int8Array, Decl(typedArrays-es6.ts, 12, 5))
34 [...int8Array];
35 >int8Array : Symbol(int8Array, Decl(typedArrays-es6.ts, 12, 5))
DtypedArrays-es5.errors.txt34 const int8Array = new Int8Array(1);
35 [...int8Array];
/third_party/node/test/parallel/
Dtest-util-types.js127 const int8Array = new Int8Array(arrayBuffer); constant
191 int8Array, fakeInt8Array, stealthyInt8Array,
208 int8Array, stealthyInt8Array,
222 int8Array, stealthyInt8Array,
243 int8Array, stealthyInt8Array,
/third_party/typescript/tests/cases/compiler/
DtypedArrays-es5.ts15 const int8Array = new Int8Array(1); constant
16 [...int8Array];
DtypedArrays-es6.ts15 const int8Array = new Int8Array(1); constant
16 [...int8Array];