()
| 470 | } |
| 471 | |
| 472 | entries() { |
| 473 | this[kInternal].set ??= |
| 474 | new Set(new SafeArrayIterator(this[kInternal].array)); |
| 475 | return SetPrototypeEntries(this[kInternal].set); |
| 476 | } |
| 477 | |
| 478 | forEach(callback, thisArg = undefined) { |
| 479 | ArrayPrototypeForEach( |
no outgoing calls
no test coverage detected