(self, newValue)
| 12960 | } |
| 12961 | |
| 12962 | function reject(self, newValue) { |
| 12963 | self._81 = 2; |
| 12964 | self._65 = newValue; |
| 12965 | if (Promise._97) { |
| 12966 | Promise._97(self, newValue); |
| 12967 | } |
| 12968 | finale(self); |
| 12969 | } |
| 12970 | function finale(self) { |
| 12971 | if (self._45 === 1) { |
| 12972 | handle(self, self._54); |
no test coverage detected