Home
last modified time | relevance | path

Searched refs:ContextLocalInfoEntriesIndex (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dscopeinfo.cc99 DCHECK(index == scope_info->ContextLocalInfoEntriesIndex()); in Create()
248 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode()
256 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalInitFlag()
264 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMaybeAssignedFlag()
412 int ScopeInfo::ContextLocalInfoEntriesIndex() { in ContextLocalInfoEntriesIndex() function in v8::internal::ScopeInfo
418 return ContextLocalInfoEntriesIndex() + ContextLocalCount(); in FunctionNameEntryIndex()
Dobjects.h4286 int ContextLocalInfoEntriesIndex();