Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc343 DCHECK(is_block_scope()); in FinalizeBlockScope()
404 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope()); in LookupLocal()
595 if (IsLexicalVariableMode(decl->mode()) && !is_block_scope()) continue; in CheckConflictingVarDeclarations()
733 if (scope->is_block_scope()) return false; in AllowsLazyParsing()
782 while (!scope->is_declaration_scope() || scope->is_block_scope()) { in ClosureScope()
1250 inner_scope_calls_eval_ || is_catch_scope() || is_block_scope() || in MustAllocate()
1291 if (is_block_scope()) { in AllocateStackSlot()
1500 (is_block_scope() && is_declaration_scope() && calls_sloppy_eval()); in AllocateVariablesRecursively()
Dscopes.h327 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } in is_block_scope() function
/external/v8/src/parsing/
Dpattern-rewriter.cc402 if (!scope()->is_arrow_scope() && !scope()->is_block_scope()) return; in RewriteParameterScopes()
407 if (scope()->outer_scope()->is_arrow_scope() && scope()->is_block_scope()) { in RewriteParameterScopes()
Dparser.cc1967 declaration_scope->is_block_scope() || in Declare()
/external/v8/src/interpreter/
Dbytecode-generator.cc2993 DCHECK(scope->is_block_scope()); in VisitNewLocalBlockContext()
/external/v8/src/compiler/
Dast-graph-builder.cc3258 DCHECK(scope->is_block_scope()); in BuildLocalBlockContext()