Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts407 const ctorOrMethod = getContainingFunction(current)!; constant
408 if (ctorOrMethod.kind === SyntaxKind.Constructor) {