Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1721 const decoratorName = TsUtils.getDecoratorName(decorator); constant
3111 let decoratorName; variable
7150 const decoratorName = TsUtils.getDecoratorName(decorator); constant
7584 let decoratorName = ''; variable
9449 const decoratorName = node.expression.getText(); constant
9530 let decoratorName: string | undefined; variable
9653 const decoratorName = TsUtils.getDecoratorName(decorator); constant
10026 const decoratorName = TsUtils.getDecoratorName(decorator); constant
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts820 const decoratorName = getDecoratorName(expr); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2439 let decoratorName = ''; variable