Lines Matching defs:catch_block
2036 Statement* Parser::RewriteTryStatement(Block* try_block, Block* catch_block,
2046 if (catch_block != nullptr && finally_block != nullptr) {
2050 catch_block, kNoSourcePosition);
2055 catch_block = nullptr; // Clear to indicate it's been handled.
2058 if (catch_block != nullptr) {
2061 try_block, catch_info.scope, catch_block, pos);
2127 Block* catch_block;
2136 catch_block = IgnoreCompletion(factory()->NewReturnStatement(
2143 try_block, catch_scope, catch_block, kNoSourcePosition);
3002 Block* catch_block = IgnoreCompletion(factory()->NewReturnStatement(
3012 inner_block, catch_scope, catch_block, kNoSourcePosition)
3014 inner_block, catch_scope, catch_block, kNoSourcePosition);