mirror of
https://github.com/tc39/test262.git
synced 2025-11-13 02:09:47 +01:00
Set.prototype.isDisjointFrom and Set.prototype.isSupersetOf should call return() on the set-like iterator but only when it is not exhausted. Port of the downstream tests I added in quickjs-ng/quickjs@6167dcb127.