(e3, t3)
| 5430 | this.charset = void 0, this._charsets = [], this.glevel = 0; |
| 5431 | } |
| 5432 | setgLevel(e3) { |
| 5433 | this.glevel = e3, this.charset = this._charsets[e3]; |
| 5434 | } |
| 5435 | setgCharset(e3, t3) { |
| 5436 | this._charsets[e3] = t3, this.glevel === e3 && (this.charset = t3); |
| 5437 | } |
no outgoing calls
no test coverage detected