Home | History | Annotate | Download | only in src

Lines Matching refs:block_scope

1761   Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE);
1765 block_scope->set_start_position(scanner().location().beg_pos);
1766 { BlockState block_state(this, block_scope);
1779 block_scope->set_end_position(scanner().location().end_pos);
1780 block_scope = block_scope->FinalizeBlockScope();
1781 body->set_scope(block_scope);
2707 Scope* for_scope = NewScope(top_scope_, BLOCK_SCOPE);