Searched refs:ContextLocalInfoEntriesIndex (Results 1 – 2 of 2) sorted by relevance
154 DCHECK(index == scope_info->ContextLocalInfoEntriesIndex()); in Create()273 DCHECK(index == scope_info->ContextLocalInfoEntriesIndex()); in CreateGlobalThisBinding()451 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode()459 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalInitFlag()467 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMaybeAssignedFlag()684 int ScopeInfo::ContextLocalInfoEntriesIndex() { in ContextLocalInfoEntriesIndex() function in v8::internal::ScopeInfo690 return ContextLocalInfoEntriesIndex() + ContextLocalCount(); in ContextGlobalInfoEntriesIndex()
4223 int ContextLocalInfoEntriesIndex();