Searched refs:HasSavedClassVariable (Results 1 – 4 of 4) sorted by relevance
102 bool HasSavedClassVariable() const;
727 bool ScopeInfo::HasSavedClassVariable() const { in HasSavedClassVariable() function in v8::internal::ScopeInfo
2417 if (HasSavedClassVariable()) os << "\n - has saved class variable"; in ScopeInfoPrint()
209 if (scope_info->HasSavedClassVariable()) { in ClassScope()