Searched defs:TypedArray (Results 1 – 4 of 4) sorted by relevance
22 using TypedArray = emscripten::val; variable
38 export type TypedArray = Float32Array | Int32Array; alias
155 static class TypedArray { class in ShadowingTest
3617 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array | alias