Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h6281 Scope* for_scope = scope()->FinalizeBlockScope(); in ParseStandardForLoopWithLexicalDeclarations() local
6282 if (for_scope != nullptr) { in ParseStandardForLoopWithLexicalDeclarations()
6297 block->set_scope(for_scope); in ParseStandardForLoopWithLexicalDeclarations()
6466 Scope* for_scope = scope()->FinalizeBlockScope(); in ParseForAwaitStatement() local
6467 DCHECK_NULL(for_scope); in ParseForAwaitStatement()
6468 USE(for_scope); in ParseForAwaitStatement()
6476 Scope* for_scope = scope()->FinalizeBlockScope(); in ParseForAwaitStatement() local
6480 init_block->set_scope(for_scope); in ParseForAwaitStatement()
6483 DCHECK_NULL(for_scope); in ParseForAwaitStatement()

Completed in 10 milliseconds