Home | History | Annotate | Download | only in src

Lines Matching refs:CATCH_SCOPE

2703   Scope* catch_scope = NULL;
2711 catch_scope = NewScope(top_scope_, CATCH_SCOPE);
2712 catch_scope->set_start_position(scanner().location().beg_pos);
2727 catch_scope->DeclareLocal(name, mode, kCreatedInitialized);
2729 BlockState block_state(this, catch_scope);
2734 catch_scope->set_end_position(scanner().location().end_pos);
2751 ASSERT(catch_scope != NULL && catch_variable != NULL);
2754 index, try_block, catch_scope, catch_variable, catch_block);
2764 ASSERT(catch_scope != NULL && catch_variable != NULL);
2767 index, try_block, catch_scope, catch_variable, catch_block);