Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1292 ZonePtrList<const AstRawString>* own_labels, Scope* inner_block_scope,
5733 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForStatement() local
5735 BlockState inner_state(&scope_, inner_block_scope); in ParseForStatement()
5745 stmt_pos, &for_info, labels, own_labels, inner_block_scope, ok); in ParseForStatement()
5753 Scope* finalized = inner_block_scope->FinalizeBlockScope(); in ParseForStatement()
5817 ZonePtrList<const AstRawString>* own_labels, Scope* inner_block_scope, in ParseForEachStatementWithDeclarations() argument
5862 if (inner_block_scope != nullptr) { in ParseForEachStatementWithDeclarations()
5863 for_scope = inner_block_scope->outer_scope(); in ParseForEachStatementWithDeclarations()
5865 inner_block_scope->set_start_position(scanner()->location().beg_pos); in ParseForEachStatementWithDeclarations()
5872 &scope_, inner_block_scope != nullptr ? inner_block_scope : scope_); in ParseForEachStatementWithDeclarations()
[all …]
Dparser.cc1632 Scope* inner_block_scope = catch_info.inner_block->scope(); in ValidateCatchBlock() local
1633 if (inner_block_scope != nullptr) { in ValidateCatchBlock()
1634 Declaration* decl = inner_block_scope->CheckLexDeclarationsConflictingWith( in ValidateCatchBlock()