Lines Matching refs:catch_scope
103 CatchScope* catch_scope() const { return catch_scope_; }
321 if (catch_scope()->has_handler()) {
327 catch_scope()->RegisterIfExceptionNode(if_exception);
449 CatchScope catch_scope = CatchScope::Inner(gasm_->temp_zone(), gasm_);
453 catch_scope.MergeExceptionalPaths(&handler_exception, &handler_effect,
2330 auto catch_scope = gasm->catch_scope();
2331 DCHECK(catch_scope->is_outermost());
2333 if (catch_scope->has_handler() &&
2334 catch_scope->has_exceptional_control_flow()) {
2338 gasm->catch_scope()->MergeExceptionalPaths(