(e3, t3)
| 3605 | } while (++i2 < this._array.length && this._getKey(this._array[i2]) === e3); |
| 3606 | } |
| 3607 | forEachByKey(e3, t3) { |
| 3608 | if (0 !== this._array.length && (i2 = this._search(e3), !(i2 < 0 || i2 >= this._array.length) && this._getKey(this._array[i2]) === e3)) do { |
| 3609 | t3(this._array[i2]); |
| 3610 | } while (++i2 < this._array.length && this._getKey(this._array[i2]) === e3); |
| 3611 | } |
| 3612 | values() { |
| 3613 | return [...this._array].values(); |
| 3614 | } |
no test coverage detected