()
| 563 | // Mix in some shared properties. |
| 564 | const sharedProperties = ObjectGetOwnPropertyDescriptors({ |
| 565 | get encoding() { |
| 566 | validateDecoder(this); |
| 567 | return this[kEncoding]; |
| 568 | }, |
| 569 | |
| 570 | get fatal() { |
| 571 | validateDecoder(this); |
no test coverage detected
searching dependent graphs…