()
| 4188 | return e3.isWrapped = this.isWrapped, e3; |
| 4189 | } |
| 4190 | getTrimmedLength() { |
| 4191 | for (let e3 = this.length - 1; e3 >= 0; --e3) if (4194303 & this._data[3 * e3 + 0]) return e3 + (this._data[3 * e3 + 0] >> 22); |
| 4192 | return 0; |
| 4193 | } |
| 4194 | getNoBgTrimmedLength() { |
| 4195 | for (let e3 = this.length - 1; e3 >= 0; --e3) if (4194303 & this._data[3 * e3 + 0] || 50331648 & this._data[3 * e3 + 2]) return e3 + (this._data[3 * e3 + 0] >> 22); |
| 4196 | return 0; |
no outgoing calls
no test coverage detected