Lines Matching refs:ContextGlobalCount
21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone); in Create()
34 DCHECK_EQ(scope->ContextGlobalCount(), context_global_count); in Create()
341 int context_globals = ContextGlobalCount(); in ContextLength()
443 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalName()
450 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMode()
458 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalInitFlag()
466 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMaybeAssignedFlag()
587 scope_info->ContextGlobalCount(); in ContextGlobalSlotIndex()
607 DCHECK_LT(var, ContextLocalCount() + ContextGlobalCount()); in ContextSlotName()
685 return ContextGlobalNameEntriesIndex() + ContextGlobalCount(); in ContextLocalInfoEntriesIndex()
695 return ContextGlobalInfoEntriesIndex() + ContextGlobalCount(); in StrongModeFreeVariableNameEntriesIndex()