Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DohApi.ts297 …const ancestor = <CallExpression>getAncestor(isCallExpression(node) ? node.parent : node, SyntaxKi… constant
332 … const ancestor = <ObjectLiteralExpression>getAncestor(node, SyntaxKind.ObjectLiteralExpression); constant
Dutilities.ts3358 export function getAncestor(node: Node | undefined, kind: SyntaxKind): Node | undefined { function
/third_party/typescript/lib/
DtypingsInstaller.js17742 function getAncestor(node, kind) { function
Dtsc.js13958 function getAncestor(node, kind) { function