Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp116 auto *thisExpr = checker->AllocNode<ir::ThisExpression>(); in CreateAnonClassFieldGetterSetter() local
133 auto *thisExpr = checker->AllocNode<ir::ThisExpression>(); in CreateAnonClassFieldGetterSetter() local
DdefaultParameterLowering.cpp177 auto *thisExpr = checker->AllocNode<ir::ThisExpression>(); in CreateFunctionBody() local
DlocalClassLowering.cpp69 auto *thisExpr = allocator->New<ir::ThisExpression>(); in CreateCtorFieldInit() local
DenumLowering.cpp305 auto *thisExpr = Allocator()->New<ir::ThisExpression>(); in CreateCtorForEnumClass() local
890 auto *thisExpr = Allocator()->New<ir::ThisExpression>(); in CreateUnboxingMethod() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp258 auto thisExpr = ThisExpressionBuilder(Allocator()).Build(); in TEST_F() local
316 auto thisExpr = ThisExpressionBuilder(Allocator()).Build(); in TEST_F() local