Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc372 DCHECK_EQ(index, scope_info->ContextLocalNamesIndex()); in CreateGlobalThisBinding()
553 ContextLocalNamesIndex()); in LocalName()
578 int info_index = ContextLocalNamesIndex() + var; in ContextLocalName()
676 int start = scope_info->ContextLocalNamesIndex(); in ContextSlotIndex()
762 int ScopeInfo::ContextLocalNamesIndex() { in ContextLocalNamesIndex() function in v8::internal::ScopeInfo
767 return ContextLocalNamesIndex() + ContextLocalCount(); in ContextLocalInfosIndex()
855 ContextLocalNamesIndex(), in Print()
856 ContextLocalNamesIndex() + ContextLocalCount(), this); in Print()
/external/v8/src/
Dobjects.h4687 int ContextLocalNamesIndex();