Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc253 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex()); in Create()
318 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex()); in CreateForWithScope()
385 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex()); in CreateGlobalThisBinding()
528 return String::cast(get(FunctionNameInfoIndex())); in FunctionName()
739 return Smi::cast(get(FunctionNameInfoIndex() + 1))->value(); in FunctionContextSlotIndex()
774 int ScopeInfo::FunctionNameInfoIndex() { in FunctionNameInfoIndex() function in v8::internal::ScopeInfo
779 return FunctionNameInfoIndex() + (HasFunctionName() ? 2 : 0); in OuterScopeInfoIndex()
/external/v8/src/
Dobjects.h4690 int FunctionNameInfoIndex();