Lines Matching refs:catch_block
1900 Statement* Parser::RewriteTryStatement(Block* try_block, Block* catch_block, in RewriteTryStatement() argument
1910 if (catch_block != nullptr && finally_block != nullptr) { in RewriteTryStatement()
1914 catch_block, kNoSourcePosition); in RewriteTryStatement()
1919 catch_block = nullptr; // Clear to indicate it's been handled. in RewriteTryStatement()
1922 if (catch_block != nullptr) { in RewriteTryStatement()
1925 try_block, catch_info.scope, catch_block, pos); in RewriteTryStatement()
1991 Block* catch_block; in ParseAndRewriteAsyncGeneratorFunctionBody() local
2000 catch_block = IgnoreCompletion( in ParseAndRewriteAsyncGeneratorFunctionBody()
2007 try_block, catch_scope, catch_block, kNoSourcePosition); in ParseAndRewriteAsyncGeneratorFunctionBody()
2868 Block* catch_block = IgnoreCompletion( in BuildRejectPromiseOnException() local
2878 inner_block, catch_scope, catch_block, kNoSourcePosition) in BuildRejectPromiseOnException()
2880 inner_block, catch_scope, catch_block, kNoSourcePosition); in BuildRejectPromiseOnException()