Home
last modified time | relevance | path

Searched refs:for_scope (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h5861 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()
[all …]