Searched defs:TryStatement (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
| H A D | tryStatement.h | 37 class TryStatement : public Statement { class 39 explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TryStatement |
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
| H A D | tryStatement.h | 41 class TryStatement : public Statement { class 43 explicit TryStatement(BlockStatement *block, ArenaVector<CatchClause *> &&catchClauses, BlockStatement *finalizer, in TryStatement() function in ark::es2panda::ark::es2panda::ark::es2panda::ir::TryStatement 54 explicit TryStatement(BlockStatement *block, ArenaVector<CatchClause *> &&catchClauses, BlockStatement *finalizer, in TryStatement() function in ark::es2panda::ark::es2panda::ark::es2panda::ir::TryStatement |
Completed in 2 milliseconds