Searched defs:ContextLocalInfoEntriesIndex (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dscopeinfo.cc99 DCHECK(index == scope_info->ContextLocalInfoEntriesIndex());
248 int info_index = ContextLocalInfoEntriesIndex() + var;
256 int info_index = ContextLocalInfoEntriesIndex() + var;
264 int info_index = ContextLocalInfoEntriesIndex() + var;
412 int ScopeInfo::ContextLocalInfoEntriesIndex() { function in class:v8::internal::ScopeInfo
418 return ContextLocalInfoEntriesIndex() + ContextLocalCount();

Completed in 1658 milliseconds