Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc385 if (type == ScopeTypeWith) return mode == Mode::ALL; in DeclaresLocals()
509 return ScopeTypeWith; in Type()
546 return ScopeTypeWith; in Type()
557 if (type == ScopeTypeWith) { in ScopeObject()
604 case ScopeTypeWith: in VisitScope()
616 case ScopeTypeWith: in SetVariableValue()
690 case ScopeIterator::ScopeTypeWith: in DebugPrint()
Ddebug-scopes.h26 ScopeTypeWith, enumerator
Ddebug-wasm-objects.cc670 bool Done() override { return type_ == ScopeTypeWith; } in Done()
683 type_ = debug::ScopeIterator::ScopeTypeWith; in Advance()
Ddebug-interface.h493 ScopeTypeWith, enumerator
/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc679 case v8::debug::ScopeIterator::ScopeTypeWith: in getTargetScopes()
Dv8-debugger-agent-impl.cc259 case v8::debug::ScopeIterator::ScopeTypeWith: in scopeType()