(error)
| 5996 | } |
| 5997 | |
| 5998 | function rejectPendingStep8(error) { |
| 5999 | if (!step8PendingReject) return; |
| 6000 | const reject = step8PendingReject; |
| 6001 | step8PendingReject = null; |
| 6002 | reject(error); |
| 6003 | } |
| 6004 | |
| 6005 | function throwIfStep8SettledOrStopped(isSettled = false) { |
| 6006 | if (isSettled || stopRequested) { |