Searched refs:is_block_scope (Results 1 – 6 of 6) sorted by relevance
343 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()
327 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } in is_block_scope() function
402 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()
1967 declaration_scope->is_block_scope() || in Declare()
2993 DCHECK(scope->is_block_scope()); in VisitNewLocalBlockContext()
3258 DCHECK(scope->is_block_scope()); in BuildLocalBlockContext()