Home
last modified time | relevance | path

Searched defs:callLike (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DgoToDefinition.ts348 const callLike = target?.parent; constant
353 const callLike = getAncestorCallLikeExpression(node); constant
/third_party/typescript/src/compiler/
Dutilities.ts7356 const callLike = getAncestorCallLikeExpression(node); constant
7364 const callLike = target?.parent; constant