Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
DnodeTests.ts358 export function isCallExpression(node: Node): node is CallExpression { function
/third_party/typescript/src/compiler/
Dchecker.ts26825 …const isCallExpression = node.parent.kind === SyntaxKind.CallExpression && (node.parent as CallExp… constant
/third_party/typescript/lib/
Dtsc.js23884 function isCallExpression(node) { function
DtypingsInstaller.js29676 function isCallExpression(node) { function