Lines Matching refs:catch_scope
2125 Scope* catch_scope = NewHiddenCatchScope();
2132 reject_args.Add(factory()->NewVariableProxy(catch_scope->catch_variable()));
2143 try_block, catch_scope, catch_block, kNoSourcePosition);
2970 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE);
2972 catch_scope->DeclareLocal(ast_value_factory()->dot_catch_string(),
2975 catch_scope->set_is_hidden();
2976 return catch_scope;
2991 Scope* catch_scope = NewHiddenCatchScope();
2998 args.Add(factory()->NewVariableProxy(catch_scope->catch_variable()));
3012 inner_block, catch_scope, catch_block, kNoSourcePosition)
3014 inner_block, catch_scope, catch_block, kNoSourcePosition);