Home
last modified time | relevance | path

Searched refs:ContextLocalNamesIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dscope-info.cc410 DCHECK_EQ(index, scope_info->ContextLocalNamesIndex()); in CreateForBootstrapping()
627 int info_index = ContextLocalNamesIndex() + var; in ContextLocalName()
736 int start = scope_info->ContextLocalNamesIndex(); in ContextSlotIndex()
781 int ScopeInfo::ContextLocalNamesIndex() const { in ContextLocalNamesIndex() function in v8::internal::ScopeInfo
787 return ContextLocalNamesIndex() + ContextLocalCount(); in ContextLocalInfosIndex()
Dscope-info.h242 int ContextLocalNamesIndex() const;
/external/v8/src/
Dobjects-printer.cc2074 ContextLocalNamesIndex(), ContextLocalCount()); in ScopeInfoPrint()