Home
last modified time | relevance | path

Searched defs:blockStatement (Results 1 – 3 of 3) 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.cpp740 auto blockStatement = body->AsBlockStatement(); in VisitTSParameterProperty() local
1246 ir::BlockStatement *blockStatement = nullptr; in CreateClassStaticBlock() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2670 auto *blockStatement = ParseBlockStatement(); in ParseStaticBlock() local