Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts621 const classDecorators = ts.getDecorators(node.parent); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts735 const classDecorators = node.parent.decorators; constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1212 auto classDecorators = CreateClassDecorators(node, variableDeclarationsForCtorOrClass); in VisitClassDeclaration() local
1347 auto classDecorators = node->AsClassDeclaration()->Decorators(); in CreateVariableDeclarationForDecorators() local