Lines Matching refs:inner_scope
159 DeclarationScope* inner_scope = function_scope;
162 inner_scope = NewVarblockScope();
163 inner_scope->set_start_position(position());
167 BlockState block_state(&scope_, inner_scope);
172 CheckConflictingVarDeclarations(inner_scope);
183 if (is_sloppy(inner_scope->language_mode())) {
184 inner_scope->HoistSloppyBlockFunctions(nullptr);
187 SetLanguageMode(function_scope, inner_scope->language_mode());
188 inner_scope->set_end_position(scanner()->peek_location().end_pos);
189 if (inner_scope->FinalizeBlockScope() != nullptr) {
190 const AstRawString* conflict = inner_scope->FindVariableDeclaredIn(
193 ReportVarRedeclarationIn(conflict, inner_scope);