(e, context)
| 4221 | }; |
| 4222 | |
| 4223 | var targetRejected = function(e, context) { |
| 4224 | context.promiseRejectionQueued = true; |
| 4225 | context.bindingPromise._then(rejectThis, rejectThis, null, this, e); |
| 4226 | }; |
| 4227 | |
| 4228 | var bindingResolved = function(thisArg, context) { |
| 4229 | if (((this._bitField & 50397184) === 0)) { |
nothing calls this directly
no outgoing calls
no test coverage detected