(_, e)
| 4217 | module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) { |
| 4218 | var calledBind = false; |
| 4219 | var rejectThis = function(_, e) { |
| 4220 | this._reject(e); |
| 4221 | }; |
| 4222 | |
| 4223 | var targetRejected = function(e, context) { |
| 4224 | context.promiseRejectionQueued = true; |
nothing calls this directly
no outgoing calls
no test coverage detected