Searched refs:ScopeTypeGlobal (Results 1 – 6 of 6) sorted by relevance
134 type_(debug::ScopeIterator::ScopeTypeGlobal) {} in DebugWasmScopeIterator()137 return type_ != debug::ScopeIterator::ScopeTypeGlobal && in Done()143 if (type_ == debug::ScopeIterator::ScopeTypeGlobal) { in Advance()161 case debug::ScopeIterator::ScopeTypeGlobal: in GetObject()
201 if (Type() == ScopeTypeGlobal || Type() == ScopeTypeScript) { in MaterializeScopeDetails()236 if (type == ScopeTypeGlobal) return mode == Mode::ALL; in DeclaresLocals()256 if (scope_type == ScopeTypeGlobal) { in Next()334 return seen_script_scope_ ? ScopeTypeGlobal : ScopeTypeScript; in Type()359 if (type == ScopeTypeGlobal) { in ScopeObject()396 case ScopeTypeGlobal: in VisitScope()406 case ScopeTypeGlobal: in SetVariableValue()450 case ScopeIterator::ScopeTypeGlobal: in DebugPrint()
25 ScopeTypeGlobal = 0, enumerator
402 ScopeTypeGlobal = 0, enumerator
495 Smi::FromInt(ScopeIterator::ScopeTypeGlobal)); in GetScopeDetails()
228 case v8::debug::ScopeIterator::ScopeTypeGlobal: in scopeType()