()
| 268 | } |
| 269 | |
| 270 | throwIfAborted() { |
| 271 | validateThisAbortSignal(this); |
| 272 | refreshCompositeSignal(this); |
| 273 | if (this[kAborted]) { |
| 274 | throw this[kReason]; |
| 275 | } |
| 276 | } |
| 277 | |
| 278 | [customInspectSymbol](depth, options) { |
| 279 | return customInspect(this, { |
no test coverage detected