Searched refs:OuterScopeInfoIndex (Results 1 – 2 of 2) sorted by relevance
295 DCHECK(index == scope_info->OuterScopeInfoIndex()); in Create()349 DCHECK(index == scope_info->OuterScopeInfoIndex()); in CreateForWithScope()444 DCHECK_EQ(index, scope_info->OuterScopeInfoIndex()); in CreateForBootstrapping()616 return ScopeInfo::cast(get(OuterScopeInfoIndex())); in OuterScopeInfo()807 int ScopeInfo::OuterScopeInfoIndex() const { in OuterScopeInfoIndex() function in v8::internal::ScopeInfo812 return OuterScopeInfoIndex() + (HasOuterScopeInfo() ? 1 : 0); in ModuleInfoIndex()
248 int OuterScopeInfoIndex() const;