Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscopeinfo.cc97 ASSERT(index == scope_info->ContextLocalInfoEntriesIndex()); in Create()
244 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode()
252 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalInitFlag()
400 int ScopeInfo::ContextLocalInfoEntriesIndex() { in ContextLocalInfoEntriesIndex() function in v8::internal::ScopeInfo
406 return ContextLocalInfoEntriesIndex() + ContextLocalCount(); in FunctionNameEntryIndex()
Dobjects.h4781 int ContextLocalInfoEntriesIndex();