Home
last modified time | relevance | path

Searched refs:getContainingFunctionDeclaration (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts326 const functionDeclaration = getContainingFunctionDeclaration(node);
/third_party/typescript/src/compiler/
Dutilities.ts1681 …export function getContainingFunctionDeclaration(node: Node): FunctionLikeDeclaration | undefined { function
2242 let container = getContainingFunctionDeclaration(node);
2263 container = getContainingFunctionDeclaration(container);
/third_party/typescript/lib/
DtypingsInstaller.js16137 function getContainingFunctionDeclaration(node) { function
16140 ts.getContainingFunctionDeclaration = getContainingFunctionDeclaration;
16678 var container = getContainingFunctionDeclaration(node);
16695 container = getContainingFunctionDeclaration(container);
Dtsc.js12523 function getContainingFunctionDeclaration(node) { function
12526 ts.getContainingFunctionDeclaration = getContainingFunctionDeclaration;
13015 var container = getContainingFunctionDeclaration(node);
13030 container = getContainingFunctionDeclaration(container);