Home
last modified time | relevance | path

Searched refs:hasMissingTypeInTypeGuardType (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionErrors.ts30 function hasMissingTypeInTypeGuardType(x): x is { function
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionErrors.types56 function hasMissingTypeInTypeGuardType(x): x is {
57 >hasMissingTypeInTypeGuardType : (x: any) => x is {}
DtypeGuardFunctionErrors.symbols57 function hasMissingTypeInTypeGuardType(x): x is {
58 >hasMissingTypeInTypeGuardType : Symbol(hasMissingTypeInTypeGuardType, Decl(typeGuardFunctionErrors…
DtypeGuardFunctionErrors.js30 function hasMissingTypeInTypeGuardType(x): x is {
DtypeGuardFunctionErrors.errors.txt116 function hasMissingTypeInTypeGuardType(x): x is {