Home
last modified time | relevance | path

Searched defs:ctrKeyword (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts598 const ctrKeyword = Debug.checkDefined( constant
/third_party/typescript/src/services/
DfindAllReferences.ts1697 … const ctrKeyword = findChildOfKind(decl, SyntaxKind.ConstructorKeyword, sourceFile)!; constant