()
| 8266 | } |
| 8267 | next() { |
| 8268 | const e3 = () => this._nextSteps(); |
| 8269 | return this._ongoingPromise = this._ongoingPromise ? p3(this._ongoingPromise, e3, e3) : e3(), this._ongoingPromise; |
| 8270 | } |
| 8271 | return(e3) { |
nothing calls this directly
no test coverage detected