Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc184 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript) { in MaterializeScopeDetails()
215 if (scope_type == ScopeTypeGlobal) { in Next()
282 return seen_script_scope_ ? ScopeTypeGlobal : ScopeTypeScript; in Type()
307 case ScopeIterator::ScopeTypeGlobal: in ScopeObject()
349 case ScopeIterator::ScopeTypeGlobal: in SetVariableValue()
386 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript || in CurrentContext()
404 case ScopeIterator::ScopeTypeGlobal: in DebugPrint()
Ddebug-scopes.h23 ScopeTypeGlobal = 0, enumerator