Home
last modified time | relevance | path

Searched defs:decorator (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dtimeout.py35 def decorator(func): function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassElement.h101 void AddDecorator(ir::Decorator *const decorator) in AddDecorator()
DspreadElement.cpp31 for (auto *decorator : other.decorators_) { in SpreadElement() local
DclassProperty.cpp302 for (auto *const decorator : decorators_) { in Clone() local
DmethodDefinition.cpp366 for (auto *const decorator : decorators_) { in Clone() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNodeUtils.spec.ts604 const decorator = ts.factory.createDecorator(expr); constant
622 const decorator = ts.factory.createDecorator(expr); constant
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Ddecorator_value.py43 def decorator(func: Any) -> Any: function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
Didentifier.cpp30 for (auto *decorator : other.decorators_) { in Identifier() local
DobjectExpression.cpp38 for (auto *decorator : other.decorators_) { in ObjectExpression() local
DarrayExpression.cpp43 for (auto *decorator : other.decorators_) { in ArrayExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/
Dtsconfig-sdk.json91 "decorator": "Builder" string
205 "decorator": ["Extend", "AnimatableExtend"], array
755 "decorator": "Styles", string
764 "decorator": "Concurrent" string
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dnode.cpp568 auto decorator = std::make_shared<UiDecorator>(this->program_, this->objectTable_); in CreateUiDecorator() local
/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp97 auto *decorator = AllocNode<ir::Decorator>(expr); in ParseDecorator() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6267 const decorator: ts.Decorator = node as ts.Decorator; constant
7583 const decorator = decorators[0]; constant
9652 const decorator = decorators[0]; constant
10025 for (const decorator of decorators) { constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts5104 …const decorator = ts.factory.createDecorator(ts.factory.createIdentifier(CustomDecoratorName.Custo… constant