Home
last modified time | relevance | path

Searched refs:ScopeTypeScript (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc351 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript) { in MaterializeScopeDetails()
463 if (scope_type == ScopeTypeScript) { in Next()
506 return ScopeTypeScript; in Type()
527 return seen_script_scope_ ? ScopeTypeGlobal : ScopeTypeScript; in Type()
543 return ScopeTypeScript; in Type()
567 if (scope_type == ScopeTypeScript && in ScopeObject()
601 case ScopeTypeScript: in VisitScope()
645 case ScopeTypeScript: in SetVariableValue()
711 case ScopeIterator::ScopeTypeScript: in DebugPrint()
746 if (VisitContextLocals(visitor, scope_info, context, ScopeTypeScript)) in VisitScriptScope()
Ddebug-scopes.h30 ScopeTypeScript, enumerator
Ddebug-interface.h497 ScopeTypeScript, enumerator
Ddebug-evaluate.cc237 if (scope_type == ScopeIterator::ScopeTypeScript) break; in ContextBuilder()
/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc691 case v8::debug::ScopeIterator::ScopeTypeScript: in getTargetScopes()
Dv8-debugger-agent-impl.cc267 case v8::debug::ScopeIterator::ScopeTypeScript: in scopeType()