Home | History | Annotate | Download | only in src

Lines Matching refs:inner_scope

2939     Scope* inner_scope, ZoneList<const AstRawString*>* names,
3013 scope_ = inner_scope;
3088 inner_scope->set_end_position(scanner()->location().end_pos);
3089 inner_block->set_scope(inner_scope);
3257 Scope* inner_scope = NULL;
3259 inner_scope = NewScope(for_scope, BLOCK_SCOPE);
3260 inner_scope->set_start_position(scanner()->location().beg_pos);
3261 scope_ = inner_scope;
3282 result = DesugarLetBindingsInForStatement(inner_scope, &let_bindings, loop,