(data, promise, context)
| 9014 | } |
| 9015 | |
| 9016 | function Disposer(data, promise, context) { |
| 9017 | this._data = data; |
| 9018 | this._promise = promise; |
| 9019 | this._context = context; |
| 9020 | } |
| 9021 | |
| 9022 | Disposer.prototype.data = function () { |
| 9023 | return this._data; |
nothing calls this directly
no outgoing calls
no test coverage detected