Searched defs:apparentType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 27721 … const apparentType = mapType(instantiatedType, getApparentType, /*noReductions*/ true); constant 29707 …const apparentType = getApparentType(assignmentKind !== AssignmentKind.None || isMethodAccessForCa… constant 31856 const apparentType = getApparentType(funcType); constant 32223 const apparentType = getApparentType(tagType); constant 32289 const apparentType = getApparentType(funcType); constant 32359 const apparentType = getApparentType(exprTypes); constant 32706 …const apparentType = getApparentType(assignmentKind !== AssignmentKind.None || isMethodAccessForCa… constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 67318 function invocationErrorDetails(errorTarget, apparentType, kind) { argument 67377 function invocationError(errorTarget, apparentType, kind, relatedInformation) { argument 67391 function invocationErrorRecovery(apparentType, kind, diagnostic) { argument
|
| D | typingsInstaller.js | 80227 function invocationErrorDetails(errorTarget, apparentType, kind) { argument 80291 function invocationError(errorTarget, apparentType, kind, relatedInformation) { argument 80305 function invocationErrorRecovery(apparentType, kind, diagnostic) { argument
|