Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassStaticBlock.h35 explicit ClassStaticBlock(binder::StaticBlockScope *scope, BlockStatement *blockStatement) in ClassStaticBlock()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp751 auto blockStatement = body->AsBlockStatement(); in VisitTSParameterProperty() local
1255 ir::BlockStatement *blockStatement = nullptr; in CreateClassStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp493 …auto blockStatement = checker->AllocNode<ir::BlockStatement>(checker->Allocator(), std::move(state… in CreateFunctionBody() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2661 auto *blockStatement = ParseBlockStatement(); in ParseStaticBlock() local