(e3, t3 = false)
| 4167 | return 0; |
| 4168 | } |
| 4169 | fill(e3, t3 = false) { |
| 4170 | if (t3) for (let t4 = 0; t4 < this.length; ++t4) this.isProtected(t4) || this.setCell(t4, e3); |
| 4171 | else { |
| 4172 | this._combined = {}, this._extendedAttrs = {}; |
| 4173 | for (let t4 = 0; t4 < this.length; ++t4) this.setCell(t4, e3); |
| 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]; |
no test coverage detected