Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts344 const inferences = mapDefined(parameterInferences, inference => { constant
/third_party/typescript/src/compiler/
Dchecker.ts22429 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/
Dtsc.js59653 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
DtypingsInstaller.js71204 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