Searched refs:FunctionNameInfoIndex (Results 1 – 2 of 2) sorted by relevance
253 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::ScopeInfo779 return FunctionNameInfoIndex() + (HasFunctionName() ? 2 : 0); in OuterScopeInfoIndex()
4690 int FunctionNameInfoIndex();