Lines Matching full:catch_scope
3002 Scope* catch_scope = NULL;
3009 catch_scope = NewScope(scope_, CATCH_SCOPE);
3010 catch_scope->set_start_position(scanner()->location().beg_pos);
3024 catch_variable = catch_scope->DeclareLocal(name, VAR, kCreatedInitialized,
3030 BlockState block_state(&scope_, catch_scope);
3076 catch_scope->set_end_position(scanner()->location().end_pos);
3094 DCHECK(catch_scope != NULL && catch_variable != NULL);
3096 factory()->NewTryCatchStatement(try_block, catch_scope, catch_variable,
3106 DCHECK(catch_scope != NULL && catch_variable != NULL);
3107 result = factory()->NewTryCatchStatement(try_block, catch_scope,