Home
last modified time | relevance | path

Searched defs:decoratorName (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts717 let decoratorName = ""; variable
1863 let decoratorName = ""; variable
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts882 const decoratorName = Utils.getDecoratorName(decorator); constant
/third_party/typescript/src/compiler/
Dchecker.ts32273 const decoratorName = getNameOfDecorator(node); constant