Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtypes.ts905 … /* @internal */ inferenceContext?: InferenceContext; // Inference context for contextual type property
Dchecker.ts23281 const inferenceContext = getInferenceInfoForType(target); constant
27691 const inferenceContext = getInferenceContext(node); constant
28217 const inferenceContext = getInferenceContext(node); constant
28441 const inferenceContext = getInferenceContext(node); constant
31718 …const inferenceContext = createInferenceContext(typeParameters, candidate, /*flags*/ isInJSFile(no… constant
34003 const inferenceContext = getInferenceContext(node); constant
/third_party/typescript/lib/
DtypingsInstaller.js78699 …function instantiateSignatureInContextOf(signature, contextualSignature, inferenceContext, compare… argument
81261 function inferFromAnnotatedParameters(signature, context, inferenceContext) { argument
83101 … function checkExpressionWithContextualType(node, contextualType, inferenceContext, checkMode) { argument
Dtsc.js66032 …function instantiateSignatureInContextOf(signature, contextualSignature, inferenceContext, compare… argument
68289 function inferFromAnnotatedParameters(signature, context, inferenceContext) { argument
69952 … function checkExpressionWithContextualType(node, contextualType, inferenceContext, checkMode) { argument