Home | History | Annotate | Download | only in parsing

Lines Matching defs:inner_scope

5341   Scope* inner_scope = scope();
5344 inner_scope = NewScopeWithParent(inner_scope, BLOCK_SCOPE);
5345 inner_scope->set_start_position(scanner()->location().beg_pos);
5348 BlockState block_state(&scope_state_, inner_scope);
5366 loop, init, cond, next, body, inner_scope, for_info, CHECK_OK);