(e, context)
| 4232 | }; |
| 4233 | |
| 4234 | var bindingRejected = function(e, context) { |
| 4235 | if (!context.promiseRejectionQueued) this._reject(e); |
| 4236 | }; |
| 4237 | |
| 4238 | Promise.prototype.bind = function (thisArg) { |
| 4239 | if (!calledBind) { |
nothing calls this directly
no outgoing calls
no test coverage detected