(handle)
| 8873 | var TimeoutError = Promise.TimeoutError; |
| 8874 | |
| 8875 | function HandleWrapper(handle) { |
| 8876 | this.handle = handle; |
| 8877 | } |
| 8878 | |
| 8879 | HandleWrapper.prototype._resultCancelled = function() { |
| 8880 | clearTimeout(this.handle); |
nothing calls this directly
no outgoing calls
no test coverage detected