(depth, options)
| 174 | } |
| 175 | |
| 176 | [kInspect](depth, options) { |
| 177 | return customInspect(depth, options, 'DecompressionStream', { |
| 178 | readable: this.#transform.readable, |
| 179 | writable: this.#transform.writable, |
| 180 | }); |
| 181 | } |
| 182 | } |
| 183 | |
| 184 | ObjectDefineProperties(CompressionStream.prototype, { |
nothing calls this directly
no test coverage detected