(e3)
| 4066 | this.length = e3; |
| 4067 | } |
| 4068 | get(e3) { |
| 4069 | const t3 = this._data[3 * e3 + 0], i3 = 2097151 & t3; |
| 4070 | return [this._data[3 * e3 + 1], 2097152 & t3 ? this._combined[e3] : i3 ? (0, o.stringFromCodePoint)(i3) : "", t3 >> 22, 2097152 & t3 ? this._combined[e3].charCodeAt(this._combined[e3].length - 1) : i3]; |
| 4071 | } |
| 4072 | set(e3, t3) { |
| 4073 | this._data[3 * e3 + 1] = t3[n.CHAR_DATA_ATTR_INDEX], t3[n.CHAR_DATA_CHAR_INDEX].length > 1 ? (this._combined[e3] = t3[1], this._data[3 * e3 + 0] = 2097152 | e3 | t3[n.CHAR_DATA_WIDTH_INDEX] << 22) : this._data[3 * e3 + 0] = t3[n.CHAR_DATA_CHAR_INDEX].charCodeAt(0) | t3[n.CHAR_DATA_WIDTH_INDEX] << 22; |
| 4074 | } |
nothing calls this directly
no outgoing calls
no test coverage detected