Home
last modified time | relevance | path

Searched refs:Int32ArrayConstructor (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/lib/
Dlib.es2017.typedarrays.d.ts41 interface Int32ArrayConstructor { interface
Dlib.es2015.iterable.d.ts411 interface Int32ArrayConstructor { interface
Dlib.es5.d.ts3409 interface Int32ArrayConstructor { interface
3441 declare var Int32Array: Int32ArrayConstructor;
/third_party/typescript/src/lib/
Des2017.typedarrays.d.ts21 interface Int32ArrayConstructor { interface
Des2015.iterable.d.ts391 interface Int32ArrayConstructor { interface
Des5.d.ts3389 interface Int32ArrayConstructor { interface
3421 declare var Int32Array: Int32ArrayConstructor;
/third_party/typescript/tests/baselines/reference/
DtypedArrays.symbols197 >Int32Array.from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts…
199 >from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), …
272 >Int32Array.from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts…
274 >from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), …
346 >Int32Array.of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --))
348 >of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --))
415 >Int32Array.of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --))
417 >of : Symbol(Int32ArrayConstructor.of, Decl(lib.es5.d.ts, --, --))
495 >Int32Array.from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts…
497 >from : Symbol(Int32ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), …
[all …]
DunionWithIndexSignature.types41 >Int32Array : Int32ArrayConstructor
DtypedArrays.types38 >typedArrays[4] = Int32Array : Int32ArrayConstructor
42 >Int32Array : Int32ArrayConstructor
126 >Int32Array : Int32ArrayConstructor
219 >Int32Array : Int32ArrayConstructor
321 >Int32Array : Int32ArrayConstructor
432 >Int32Array : Int32ArrayConstructor
547 >Int32Array : Int32ArrayConstructor
674 >Int32Array : Int32ArrayConstructor
807 >Int32Array : Int32ArrayConstructor
930 >Int32Array : Int32ArrayConstructor
[all …]
DvalueOfTypedArray.types45 >Int32Array : Int32ArrayConstructor
DtypedArraysSubarray.types163 >Int32Array : Int32ArrayConstructor
DtypedArraysCrossAssignability01.types32 >Int32Array : Int32ArrayConstructor
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3677 export type TypedArrayConstructor = Float32ArrayConstructor | Int32ArrayConstructor |
/third_party/typescript/tests/lib/
Dlib.d.ts3007 interface Int32ArrayConstructor { interface
3032 declare var Int32Array: Int32ArrayConstructor;