Lines Matching refs:for_scope
5861 Scope* for_scope = nullptr; in ParseForEachStatementWithDeclarations() local
5863 for_scope = inner_block_scope->outer_scope(); in ParseForEachStatementWithDeclarations()
5864 DCHECK(for_scope == scope()); in ParseForEachStatementWithDeclarations()
5895 if (for_scope != nullptr) { in ParseForEachStatementWithDeclarations()
5896 for_scope->set_end_position(scanner()->location().end_pos); in ParseForEachStatementWithDeclarations()
5897 for_scope = for_scope->FinalizeBlockScope(); in ParseForEachStatementWithDeclarations()
5903 init_block->set_scope(for_scope); in ParseForEachStatementWithDeclarations()
5907 DCHECK_NULL(for_scope); in ParseForEachStatementWithDeclarations()
5983 Scope* for_scope = scope()->FinalizeBlockScope(); in ParseStandardForLoopWithLexicalDeclarations() local
5984 if (for_scope != nullptr) { in ParseStandardForLoopWithLexicalDeclarations()
5999 block->set_scope(for_scope); in ParseStandardForLoopWithLexicalDeclarations()
6174 Scope* for_scope = scope()->FinalizeBlockScope(); in ParseForAwaitStatement() local
6175 DCHECK_NULL(for_scope); in ParseForAwaitStatement()
6176 USE(for_scope); in ParseForAwaitStatement()
6184 Scope* for_scope = scope()->FinalizeBlockScope(); in ParseForAwaitStatement() local
6188 init_block->set_scope(for_scope); in ParseForAwaitStatement()
6191 DCHECK_NULL(for_scope); in ParseForAwaitStatement()