Searched defs:catch_scope (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dparser.cc2703 Scope* catch_scope = NULL; local
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_variabl
[all...]

Completed in 41 milliseconds