Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scope-iterator.cc138 return type_ == debug::ScopeIterator::ScopeTypeWith; in Done()
148 : debug::ScopeIterator::ScopeTypeWith; in Advance()
155 type_ = debug::ScopeIterator::ScopeTypeWith; in Advance()
Ddebug-scopes.cc373 if (type == ScopeTypeWith) return mode == Mode::ALL; in DeclaresLocals()
497 return ScopeTypeWith; in Type()
534 return ScopeTypeWith; in Type()
545 if (type == ScopeTypeWith) { in ScopeObject()
588 case ScopeTypeWith: in VisitScope()
600 case ScopeTypeWith: in SetVariableValue()
674 case ScopeIterator::ScopeTypeWith: in DebugPrint()
Ddebug-scopes.h27 ScopeTypeWith, enumerator
Ddebug-interface.h430 ScopeTypeWith, enumerator
/external/v8/src/inspector/
Dv8-debugger.cc692 case v8::debug::ScopeIterator::ScopeTypeWith: in getTargetScopes()
Dv8-debugger-agent-impl.cc245 case v8::debug::ScopeIterator::ScopeTypeWith: in scopeType()