Searched defs:CatchClause (Results 1 – 10 of 10) sorted by relevance
35 class CatchClause; variable
41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() function
28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() function
97 CatchClause::CatchClause(CatchClause const &other, ArenaAllocator *allocator) : TypedStatement(othe… in CatchClause() function in ark::es2panda::ir::CatchClause
24 TEST_F(ASTVerifierTest, CatchClause) in TEST_F() argument
39 class CatchClause; variable
75 class CatchClause; variable
28 class CatchClause; variable
30 class CatchClause; variable
114 class CatchClause; variable