Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc295 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::ScopeInfo
812 return OuterScopeInfoIndex() + (HasOuterScopeInfo() ? 1 : 0); in ModuleInfoIndex()
Dscope-info.h248 int OuterScopeInfoIndex() const;