(e3)
| 4085 | return this._data[3 * e3 + 2]; |
| 4086 | } |
| 4087 | hasContent(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; |
no outgoing calls
no test coverage detected