Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DgoToDefinition.ts509 const callLike = target?.parent; constant
514 const callLike = getAncestorCallLikeExpression(node); constant
/third_party/typescript/src/compiler/
Dchecker.ts32690 const callLike = getAncestorCallLikeExpression(node); constant
32698 const callLike = target?.parent; constant