Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc121 ASSERT(index == scope_info->ContextLocalInfoEntriesIndex()); in Create()
269 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode()
277 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalInitFlag()
381 int ScopeInfo::ContextLocalInfoEntriesIndex() { in ContextLocalInfoEntriesIndex() function in v8::internal::ScopeInfo
387 return ContextLocalInfoEntriesIndex() + ContextLocalCount(); in FunctionNameEntryIndex()
Dobjects.h3498 int ContextLocalInfoEntriesIndex();