(finallyHandler)
| 5886 | }; |
| 5887 | |
| 5888 | function FinallyHandlerCancelReaction(finallyHandler) { |
| 5889 | this.finallyHandler = finallyHandler; |
| 5890 | } |
| 5891 | |
| 5892 | FinallyHandlerCancelReaction.prototype._resultCancelled = function() { |
| 5893 | checkCancel(this.finallyHandler); |
nothing calls this directly
no outgoing calls
no test coverage detected