()
| 5576 | "use strict"; |
| 5577 | module.exports = function(Promise) { |
| 5578 | function returner() { |
| 5579 | return this.value; |
| 5580 | } |
| 5581 | function thrower() { |
| 5582 | throw this.reason; |
| 5583 | } |
nothing calls this directly
no outgoing calls
no test coverage detected