Searched defs:CatchClause (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/base/ | ||
| H A D | catchClause.h | 26 class CatchClause : public TypedStatement { class 28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() function in ark::es2panda::ir::CatchClause |
| /arkcompiler/ets_frontend/es2panda/ir/base/ | ||
| H A D | catchClause.h | 39 class CatchClause : public Statement { class 41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause |
Completed in 1 milliseconds