Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts1731 const containingLexicalScopeOfExtraction = isBlockScope(scopes[0], scopes[0].parent) constant
1734 forEachChild(containingLexicalScopeOfExtraction, checkForUsedDeclarations);