(depth, options)
| 567 | } |
| 568 | |
| 569 | [customInspectSymbol](depth, options) { |
| 570 | return customInspect(this, { |
| 571 | signal: this.signal, |
| 572 | }, depth, options); |
| 573 | } |
| 574 | |
| 575 | static [kMakeTransferable]() { |
| 576 | const controller = new AbortController(); |
nothing calls this directly
no test coverage detected