Lines Matching refs:ScopeIterator
658 class DebugWasmScopeIterator final : public debug::ScopeIterator {
662 type_(debug::ScopeIterator::ScopeTypeWasmExpressionStack) {
666 type_ = debug::ScopeIterator::ScopeTypeModule;
676 type_ = debug::ScopeIterator::ScopeTypeLocal;
679 type_ = debug::ScopeIterator::ScopeTypeModule;
683 type_ = debug::ScopeIterator::ScopeTypeWith;
695 case debug::ScopeIterator::ScopeTypeModule: {
727 case debug::ScopeIterator::ScopeTypeLocal: {
730 case debug::ScopeIterator::ScopeTypeWasmExpressionStack: {
1012 std::unique_ptr<debug::ScopeIterator> GetWasmScopeIterator(WasmFrame* frame) {