Home
last modified time | relevance | path

Searched defs:catchClause (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.h39 … explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1743 auto *catchClause = AllocNode<ir::CatchClause>(catchScope, param, catchBlock); in ParseCatchClause() local
1768 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local