Searched refs:is_block_scope (Results 1 – 5 of 5) sorted by relevance
361 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()
334 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } in is_block_scope() function
2026 DCHECK(scope->is_block_scope()); in VisitNewLocalBlockContext()
3197 DCHECK(scope->is_block_scope()); in BuildLocalBlockContext()
1913 declaration_scope->is_block_scope() || in Declare()