()
| 8437 | return this.content >> 22; |
| 8438 | } |
| 8439 | getChars() { |
| 8440 | return 2097152 & this.content ? this.combinedData : 2097151 & this.content ? (0, s2.stringFromCodePoint)(2097151 & this.content) : ""; |
| 8441 | } |
| 8442 | getCode() { |
| 8443 | return this.isCombined() ? this.combinedData.charCodeAt(this.combinedData.length - 1) : 2097151 & this.content; |
| 8444 | } |
no test coverage detected