Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc351 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript) { in MaterializeScopeDetails()
386 if (type == ScopeTypeGlobal) return mode == Mode::ALL; in DeclaresLocals()
453 if (scope_type == ScopeTypeGlobal) { in Next()
527 return seen_script_scope_ ? ScopeTypeGlobal : ScopeTypeScript; in Type()
553 if (type == ScopeTypeGlobal) { in ScopeObject()
605 case ScopeTypeGlobal: in VisitScope()
615 case ScopeTypeGlobal: in SetVariableValue()
672 case ScopeIterator::ScopeTypeGlobal: in DebugPrint()
H A Ddebug-scopes.h24 ScopeTypeGlobal = 0, enumerator
H A Ddebug-interface.h491 ScopeTypeGlobal = 0, enumerator
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc673 case v8::debug::ScopeIterator::ScopeTypeGlobal: in getTargetScopes()
H A Dv8-debugger-agent-impl.cc255 case v8::debug::ScopeIterator::ScopeTypeGlobal:

Completed in 9 milliseconds