()
| 4160 | return this.length = e3, 4 * i3 * 2 < this._data.buffer.byteLength; |
| 4161 | } |
| 4162 | cleanupMemory() { |
| 4163 | if (4 * this._data.length * 2 < this._data.buffer.byteLength) { |
| 4164 | const e3 = new Uint32Array(this._data.length); |
| 4165 | return e3.set(this._data), this._data = e3, 1; |
| 4166 | } |
| 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 { |
no test coverage detected