| 4174 | } |
| 4175 | } |
| 4176 | copyFrom(e3) { |
| 4177 | this.length !== e3.length ? this._data = new Uint32Array(e3._data) : this._data.set(e3._data), this.length = e3.length, this._combined = {}; |
| 4178 | for (const t3 in e3._combined) this._combined[t3] = e3._combined[t3]; |
| 4179 | this._extendedAttrs = {}; |
| 4180 | for (const t3 in e3._extendedAttrs) this._extendedAttrs[t3] = e3._extendedAttrs[t3]; |
| 4181 | this.isWrapped = e3.isWrapped; |
| 4182 | } |
| 4183 | clone() { |
| 4184 | const e3 = new h(0); |
| 4185 | e3._data = new Uint32Array(this._data), e3.length = this.length; |