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.cpp93 …:ExpressionStatement *GlobalDeclTransformer::InitTopLevelProperty(ir::ClassProperty *classProperty) in InitTopLevelProperty()
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts153 const classProperty = ts.factory.createClassExpression( constant
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp189 auto classProperty = ClassPropertyBuilder(Allocator()) in TEST_F() local
213 auto classProperty = ClassPropertyBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp494 auto *classProperty = it->AsClassProperty(); in VisitComputedProperty() local
1046 auto *classProperty = it->AsClassProperty(); in VisitStaticProperty() local
1175 auto *classProperty = it->AsClassProperty(); in VisitClassDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3366 auto *classProperty = property->AsClassProperty(); in SuperCallShouldBeRootLevel() local