(fiber, error)
| 12719 | } |
| 12720 | |
| 12721 | function onCommitPhaseError(fiber, error) { |
| 12722 | return dispatch(fiber, error, Sync); |
| 12723 | } |
| 12724 | |
| 12725 | function computeAsyncExpiration(currentTime) { |
| 12726 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected