()
| 4341 | return 2097152 & this.content ? this.combinedData : 2097151 & this.content ? (0, s2.stringFromCodePoint)(2097151 & this.content) : ""; |
| 4342 | } |
| 4343 | getCode() { |
| 4344 | return this.isCombined() ? this.combinedData.charCodeAt(this.combinedData.length - 1) : 2097151 & this.content; |
| 4345 | } |
| 4346 | setFromCharData(e3) { |
| 4347 | this.fg = e3[r.CHAR_DATA_ATTR_INDEX], this.bg = 0; |
| 4348 | let t3 = false; |
no test coverage detected