Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc361 DCHECK(is_block_scope()); in FinalizeBlockScope()
423 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope()); in LookupLocal()
624 if (IsLexicalVariableMode(decl->mode()) && !is_block_scope()) continue; in CheckConflictingVarDeclarations()
768 if (scope->is_block_scope()) return false; in AllowsLazyParsing()
817 while (!scope->is_declaration_scope() || scope->is_block_scope()) { in ClosureScope()
1417 is_block_scope() || is_module_scope() || is_script_scope())) { in MustAllocate()
1459 if (is_block_scope()) { in AllocateStackSlot()
1667 (is_block_scope() && is_declaration_scope() && calls_sloppy_eval()); in AllocateVariablesRecursively()
Dscopes.h334 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } in is_block_scope() function
/external/v8/src/interpreter/
Dbytecode-generator.cc2026 DCHECK(scope->is_block_scope()); in VisitNewLocalBlockContext()
/external/v8/src/compiler/
Dast-graph-builder.cc3197 DCHECK(scope->is_block_scope()); in BuildLocalBlockContext()
/external/v8/src/parsing/
Dparser.cc1913 declaration_scope->is_block_scope() || in Declare()