Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc150 if (scope_type == ScopeTypeGlobal) { in Next()
213 return seen_script_scope_ ? ScopeTypeGlobal : ScopeTypeScript; in Type()
238 case ScopeIterator::ScopeTypeGlobal: in ScopeObject()
280 case ScopeIterator::ScopeTypeGlobal: in SetVariableValue()
317 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript || in CurrentContext()
354 case ScopeIterator::ScopeTypeGlobal: in DebugPrint()
Ddebug-scopes.h21 ScopeTypeGlobal = 0, enumerator