Searched refs:OuterScopeInfoIndex (Results 1 – 2 of 2) sorted by relevance
269 DCHECK(index == scope_info->OuterScopeInfoIndex()); in Create()324 DCHECK(index == scope_info->OuterScopeInfoIndex()); in CreateForWithScope()391 DCHECK_EQ(index, scope_info->OuterScopeInfoIndex()); in CreateGlobalThisBinding()521 return ScopeInfo::cast(get(OuterScopeInfoIndex())); in OuterScopeInfo()754 int ScopeInfo::OuterScopeInfoIndex() { in OuterScopeInfoIndex() function in v8::internal::ScopeInfo759 return OuterScopeInfoIndex() + (HasOuterScopeInfo() ? 1 : 0); in ModuleInfoIndex()
287 int OuterScopeInfoIndex();