Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtypes.ts909 … /* @internal */ inferenceContext?: InferenceContext; // Inference context for contextual type property
Dchecker.ts23322 const inferenceContext = getInferenceInfoForType(target); constant
27732 const inferenceContext = getInferenceContext(node); constant
28258 const inferenceContext = getInferenceContext(node); constant
28482 const inferenceContext = getInferenceContext(node); constant
31784 …const inferenceContext = createInferenceContext(typeParameters, candidate, /*flags*/ isInJSFile(no… constant
34065 const inferenceContext = getInferenceContext(node); constant
/third_party/typescript/lib/
Dtsc.js66236 …function instantiateSignatureInContextOf(signature, contextualSignature, inferenceContext, compare… argument
68488 function inferFromAnnotatedParameters(signature, context, inferenceContext) { argument
70151 … function checkExpressionWithContextualType(node, contextualType, inferenceContext, checkMode) { argument
DtypingsInstaller.js78919 …function instantiateSignatureInContextOf(signature, contextualSignature, inferenceContext, compare… argument
81476 function inferFromAnnotatedParameters(signature, context, inferenceContext) { argument
83316 … function checkExpressionWithContextualType(node, contextualType, inferenceContext, checkMode) { argument