Searched refs:getContainingFunctionDeclaration (Results 1 – 8 of 8) sorted by relevance
110 function getContainingFunctionDeclaration(node) { function111 return ts.getContainingFunctionDeclaration(node);274 getContainingFunctionDeclaration: getContainingFunctionDeclaration, property
66 let func = jshelpers.getContainingFunctionDeclaration(node);
42 export function getContainingFunctionDeclaration(node: ts.Node): ts.FunctionLikeDeclaration | undef…
25 import { getContainingFunctionDeclaration, getSourceFileOfNode } from "./jshelpers";362 let func = getContainingFunctionDeclaration(node);
767 let nearestFunc = jshelpers.getContainingFunctionDeclaration(node);
131 let funcNode = jshelpers.getContainingFunctionDeclaration(stmt);
399 let nearestFunc = jshelpers.getContainingFunctionDeclaration(node);
2 …getContainingFunctionDeclaration=function(t){return e.findAncestor(t.parent,e.isFunctionLikeDeclar… method