Searched defs:apparentType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 27680 … const apparentType = mapType(instantiatedType, getApparentType, /*noReductions*/ true); constant 29666 …const apparentType = getApparentType(assignmentKind !== AssignmentKind.None || isMethodAccessForCa… constant 31790 const apparentType = getApparentType(funcType); constant 32157 const apparentType = getApparentType(tagType); constant 32223 const apparentType = getApparentType(funcType); constant 32293 const apparentType = getApparentType(exprTypes); constant 32640 …const apparentType = getApparentType(assignmentKind !== AssignmentKind.None || isMethodAccessForCa… constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 80007 function invocationErrorDetails(errorTarget, apparentType, kind) { argument 80071 function invocationError(errorTarget, apparentType, kind, relatedInformation) { argument 80085 function invocationErrorRecovery(apparentType, kind, diagnostic) { argument
|
| D | tsc.js | 67114 function invocationErrorDetails(errorTarget, apparentType, kind) { argument 67173 function invocationError(errorTarget, apparentType, kind, relatedInformation) { argument 67187 function invocationErrorRecovery(apparentType, kind, diagnostic) { argument
|