Home
last modified time | relevance | path

Searched defs:isTypedArray (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DunionWithIndexSignature.js38 function isTypedArray(a) { function
/third_party/typescript/tests/cases/compiler/
DunionWithIndexSignature.ts20 export function isTypedArray(a: {}): a is Int32Array | Uint8Array { function
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts87 export function isTypedArray(tsType: TypeNode | undefined): boolean { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts572 export function isTypedArray(tsType: Type, allowTypeArrays: string[]): boolean { function