Home
last modified time | relevance | path

Searched refs:int32Array (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypedArrays-es6.types35 const int32Array = new Int32Array(1);
36 >int32Array : Int32Array
41 [...int32Array];
42 >[...int32Array] : number[]
43 >...int32Array : number
44 >int32Array : Int32Array
DtypedArrays-es5.types35 const int32Array = new Int32Array(1);
36 >int32Array : Int32Array
41 [...int32Array];
42 >[...int32Array] : any[]
43 >...int32Array : any
44 >int32Array : Int32Array
DtypedArrays-es6.js11 const int32Array = new Int32Array(1); constant
12 [...int32Array];
40 const int32Array = new Int32Array(1); constant
41 [...int32Array];
DtypedArrays-es5.symbols23 const int32Array = new Int32Array(1);
24 >int32Array : Symbol(int32Array, Decl(typedArrays-es5.ts, 9, 5))
27 [...int32Array];
28 >int32Array : Symbol(int32Array, Decl(typedArrays-es5.ts, 9, 5))
DtypedArrays-es5.js11 const int32Array = new Int32Array(1); constant
12 [...int32Array];
51 var int32Array = new Int32Array(1); variable
52 __spreadArray([], int32Array, true);
DtypedArrays-es6.symbols23 const int32Array = new Int32Array(1);
24 >int32Array : Symbol(int32Array, Decl(typedArrays-es6.ts, 9, 5))
27 [...int32Array];
28 >int32Array : Symbol(int32Array, Decl(typedArrays-es6.ts, 9, 5))
DtypedArrays-es5.errors.txt29 const int32Array = new Int32Array(1);
30 [...int32Array];
/third_party/node/benchmark/util/
Dtype-check.js8 const int32Array = new Int32Array(arrayBuffer); constant
17 'true': int32Array,
24 'false-object': int32Array,
/third_party/node/test/parallel/
Dtest-util-types.js129 const int32Array = new Int32Array(arrayBuffer); constant
193 int32Array, fakeInt32Array, stealthyInt32Array,
210 int32Array, stealthyInt32Array,
224 int32Array, stealthyInt32Array,
249 int32Array, stealthyInt32Array,
/third_party/typescript/tests/cases/compiler/
DtypedArrays-es5.ts12 const int32Array = new Int32Array(1); constant
13 [...int32Array];
DtypedArrays-es6.ts12 const int32Array = new Int32Array(1); constant
13 [...int32Array];
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js40 int32Array: '[PC preview] unknow int32Array', property
340 return glParamMock.int32Array