Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts1234 const oldVariableDeclaration = getContainingVariableDeclarationIfInList(node, scope);
1356 function getContainingVariableDeclarationIfInList(node: Node, scope: Scope) { function