* @type {any}
()
| 262 | * @type {any} |
| 263 | */ |
| 264 | get reason() { |
| 265 | validateThisAbortSignal(this); |
| 266 | refreshCompositeSignal(this); |
| 267 | return this[kReason]; |
| 268 | } |
| 269 | |
| 270 | throwIfAborted() { |
| 271 | validateThisAbortSignal(this); |
nothing calls this directly
no test coverage detected