(self, newValue)
| 13120 | } |
| 13121 | |
| 13122 | function reject(self, newValue) { |
| 13123 | self._81 = 2; |
| 13124 | self._65 = newValue; |
| 13125 | if (Promise._97) { |
| 13126 | Promise._97(self, newValue); |
| 13127 | } |
| 13128 | finale(self); |
| 13129 | } |
| 13130 | function finale(self) { |
| 13131 | if (self._45 === 1) { |
| 13132 | handle(self, self._54); |
no test coverage detected