Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc266 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex()); in Create()
346 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex()); in CreateForWithScope()
431 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex()); in CreateForBootstrapping()
546 set(FunctionNameInfoIndex(), name); in SetFunctionName()
577 return get(FunctionNameInfoIndex()); in FunctionName()
771 return Smi::ToInt(get(FunctionNameInfoIndex() + 1)); in FunctionContextSlotIndex()
794 int ScopeInfo::FunctionNameInfoIndex() const { in FunctionNameInfoIndex() function in v8::internal::ScopeInfo
799 return FunctionNameInfoIndex() + in InferredFunctionNameIndex()
Dscope-info.h245 int FunctionNameInfoIndex() const;