Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds