(reason)
| 8856 | } |
| 8857 | |
| 8858 | function reject(reason) { |
| 8859 | if (!promise) return; |
| 8860 | promise._rejectCallback(reason, synchronous, true); |
| 8861 | promise = null; |
| 8862 | } |
| 8863 | return ret; |
| 8864 | } |
| 8865 |
nothing calls this directly
no outgoing calls
no test coverage detected