Home
last modified time | relevance | path

Searched defs:ClassExpression (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DclassExpression.h32 …explicit ClassExpression(ClassDefinition *const def) : Expression(AstNodeType::CLASS_EXPRESSION), … in ClassExpression() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.h36 …explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(d… in ClassExpression() function
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/consts/
DProblems.ts45 ClassExpression, enumerator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DProblems.ts23 LambdaWithTypeParameters, ClassExpression, DestructuringAssignment, enumerator