(e3)
| 4088 | return 4194303 & this._data[3 * e3 + 0]; |
| 4089 | } |
| 4090 | getCodePoint(e3) { |
| 4091 | const t3 = this._data[3 * e3 + 0]; |
| 4092 | return 2097152 & t3 ? this._combined[e3].charCodeAt(this._combined[e3].length - 1) : 2097151 & t3; |
| 4093 | } |
| 4094 | isCombined(e3) { |
| 4095 | return 2097152 & this._data[3 * e3 + 0]; |
| 4096 | } |