Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc339 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript) { in MaterializeScopeDetails()
374 if (type == ScopeTypeGlobal) return mode == Mode::ALL; in DeclaresLocals()
441 if (scope_type == ScopeTypeGlobal) { in Next()
515 return seen_script_scope_ ? ScopeTypeGlobal : ScopeTypeScript; in Type()
541 if (type == ScopeTypeGlobal) { in ScopeObject()
589 case ScopeTypeGlobal: in VisitScope()
599 case ScopeTypeGlobal: in SetVariableValue()
656 case ScopeIterator::ScopeTypeGlobal: in DebugPrint()
Ddebug-scopes.h25 ScopeTypeGlobal = 0, enumerator
Ddebug-interface.h428 ScopeTypeGlobal = 0, enumerator
/external/v8/src/inspector/
Dv8-debugger.cc686 case v8::debug::ScopeIterator::ScopeTypeGlobal: in getTargetScopes()
Dv8-debugger-agent-impl.cc241 case v8::debug::ScopeIterator::ScopeTypeGlobal: in scopeType()