(values)
| 8486 | var util = require("./util"); |
| 8487 | |
| 8488 | function SettledPromiseArray(values) { |
| 8489 | this.constructor$(values); |
| 8490 | } |
| 8491 | util.inherits(SettledPromiseArray, PromiseArray); |
| 8492 | |
| 8493 | SettledPromiseArray.prototype._promiseResolved = function (index, inspection) { |
nothing calls this directly
no outgoing calls
no test coverage detected