Searched refs:for_scope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.cc2975 Scope* for_scope = scope_; local
3012 outer_block->set_scope(for_scope);
3090 scope_ = for_scope;
3108 Scope* for_scope = NewScope(scope_, BLOCK_SCOPE); local
3109 scope_ = for_scope;
3113 for_scope->set_start_position(scanner()->location().beg_pos);
3144 for_scope->set_end_position(scanner()->location().end_pos);
3145 for_scope = for_scope->FinalizeBlockScope();
3146 DCHECK(for_scope
[all...]

Completed in 91 milliseconds