(e3)
| 4095 | return 2097152 & this._data[3 * e3 + 0]; |
| 4096 | } |
| 4097 | getString(e3) { |
| 4098 | const t3 = this._data[3 * e3 + 0]; |
| 4099 | return 2097152 & t3 ? this._combined[e3] : 2097151 & t3 ? (0, o.stringFromCodePoint)(2097151 & t3) : ""; |
| 4100 | } |
| 4101 | isProtected(e3) { |
| 4102 | return 536870912 & this._data[3 * e3 + 2]; |
| 4103 | } |
no outgoing calls
no test coverage detected