(s, o)
| 2340 | (this._stack = s._root && mapIteratorFrame(s._root))) |
| 2341 | } |
| 2342 | function mapIteratorValue(s, o) { |
| 2343 | return iteratorValue(s, o[0], o[1]) |
| 2344 | } |
| 2345 | function mapIteratorFrame(s, o) { |
| 2346 | return { node: s, index: 0, __prev: o } |
| 2347 | } |
no test coverage detected