()
| 98 | } |
| 99 | get cancelled() { return this.#cancelled; } |
| 100 | checkSignal() { |
| 101 | assert(!this.cancelled, "cancelled", "CANCELLED", {}); |
| 102 | } |
| 103 | } |
| 104 | // Check the signal, throwing if it is cancelled |
| 105 | function checkSignal(signal) { |
no test coverage detected