(thisArg, context)
| 4226 | }; |
| 4227 | |
| 4228 | var bindingResolved = function(thisArg, context) { |
| 4229 | if (((this._bitField & 50397184) === 0)) { |
| 4230 | this._resolveCallback(context.target); |
| 4231 | } |
| 4232 | }; |
| 4233 | |
| 4234 | var bindingRejected = function(e, context) { |
| 4235 | if (!context.promiseRejectionQueued) this._reject(e); |
nothing calls this directly
no outgoing calls
no test coverage detected