()
| 568 | }, |
| 569 | |
| 570 | get fatal() { |
| 571 | validateDecoder(this); |
| 572 | return (this[kFlags] & CONVERTER_FLAGS_FATAL) === CONVERTER_FLAGS_FATAL; |
| 573 | }, |
| 574 | |
| 575 | get ignoreBOM() { |
| 576 | validateDecoder(this); |
nothing calls this directly
no test coverage detected
searching dependent graphs…