Home
last modified time | relevance | path

Searched defs:classProperty (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp92 …:ExpressionStatement *GlobalDeclTransformer::InitTopLevelProperty(ir::ClassProperty *classProperty) in InitTopLevelProperty()
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts226 const classProperty = ts.factory.createClassExpression( constant
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp206 auto classProperty = ClassPropertyBuilder(Allocator()) in TEST_F() local
232 auto classProperty = ClassPropertyBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp483 auto *classProperty = it->AsClassProperty(); in VisitComputedProperty() local
1037 auto *classProperty = it->AsClassProperty(); in VisitStaticProperty() local
1166 auto *classProperty = it->AsClassProperty(); in VisitClassDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3419 auto *classProperty = property->AsClassProperty(); in SuperCallShouldBeRootLevel() local