Searched defs:inferences (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | inferFromUsage.ts | 344 const inferences = mapDefined(parameterInferences, inference => { constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 22429 const inferences = filter(context.inferences, hasInferenceCandidates); constant 22735 const inferences = inferTypesFromTemplateLiteralType(source, target); constant 35729 … const inferences = map(context.inferences, info => createInferenceInfo(info.typeParameter)); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 59653 function createInferenceContextWorker(inferences, signature, flags, compareTypes) { argument 59655 inferences: inferences, property 59681 function clearCachedInferences(inferences) { argument 60043 function inferTypes(inferences, originalSource, originalTarget, priority, contravariant) { argument
|
| D | typingsInstaller.js | 71204 function createInferenceContextWorker(inferences, signature, flags, compareTypes) { argument 71206 inferences: inferences, property 71234 function clearCachedInferences(inferences) { argument 71677 function inferTypes(inferences, originalSource, originalTarget, priority, contravariant) { argument
|