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/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_non_null_expression.cpp82 void AppendStatement(es2panda_AstNode *blockStatement, es2panda_AstNode *statement) in AppendStatement()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp747 auto blockStatement = body->AsBlockStatement(); in VisitTSParameterProperty() local
1253 ir::BlockStatement *blockStatement = nullptr; in CreateClassStaticBlock() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2673 auto *blockStatement = ParseBlockStatement(); in ParseStaticBlock() local