()
| 5907 | } |
| 5908 | |
| 5909 | function succeed() { |
| 5910 | return finallyHandler.call(this, this.promise._target()._settledValue()); |
| 5911 | } |
| 5912 | function fail(reason) { |
| 5913 | if (checkCancel(this, reason)) return; |
| 5914 | errorObj.e = reason; |
nothing calls this directly
no outgoing calls
no test coverage detected