(fn, promise, context)
| 9053 | }; |
| 9054 | |
| 9055 | function FunctionDisposer(fn, promise, context) { |
| 9056 | this.constructor$(fn, promise, context); |
| 9057 | } |
| 9058 | inherits(FunctionDisposer, Disposer); |
| 9059 | |
| 9060 | FunctionDisposer.prototype.doDispose = function (resource, inspection) { |
nothing calls this directly
no outgoing calls
no test coverage detected