Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts1724 …export function tryCast<TOut extends TIn, TIn = any>(value: TIn | undefined, test: (value: TIn) =>… function
Dchecker.ts44851 …const specifier = declaration.kind === SyntaxKind.ModuleDeclaration ? tryCast(declaration.name, is… constant
/third_party/typescript/lib/
Dtsc.js1483 function tryCast(value, test) { function
DtypingsInstaller.js1689 function tryCast(value, test) { function