HomeSort by relevance Sort by last modified time
    Searched refs:OuterScopeInfoIndex (Results 1 - 2 of 2) sorted by null

  /external/v8/src/objects/
scope-info.h 274 // 8. OuterScopeInfoIndex:
287 int OuterScopeInfoIndex();
scope-info.cc 269 DCHECK(index == scope_info->OuterScopeInfoIndex());
324 DCHECK(index == scope_info->OuterScopeInfoIndex());
391 DCHECK_EQ(index, scope_info->OuterScopeInfoIndex());
521 return ScopeInfo::cast(get(OuterScopeInfoIndex()));
754 int ScopeInfo::OuterScopeInfoIndex() {
759 return OuterScopeInfoIndex() + (HasOuterScopeInfo() ? 1 : 0);
    [all...]

Completed in 494 milliseconds