Lines Matching refs:ScopeIterator
643 std::unique_ptr<v8::debug::ScopeIterator> iterator;
646 iterator = v8::debug::ScopeIterator::CreateForFunction(
654 iterator = v8::debug::ScopeIterator::CreateForGeneratorObject(
673 case v8::debug::ScopeIterator::ScopeTypeGlobal:
676 case v8::debug::ScopeIterator::ScopeTypeLocal:
679 case v8::debug::ScopeIterator::ScopeTypeWith:
682 case v8::debug::ScopeIterator::ScopeTypeClosure:
685 case v8::debug::ScopeIterator::ScopeTypeCatch:
688 case v8::debug::ScopeIterator::ScopeTypeBlock:
691 case v8::debug::ScopeIterator::ScopeTypeScript:
694 case v8::debug::ScopeIterator::ScopeTypeEval:
697 case v8::debug::ScopeIterator::ScopeTypeModule:
700 case v8::debug::ScopeIterator::ScopeTypeWasmExpressionStack: