ecma262 icon indicating copy to clipboard operation
ecma262 copied to clipboard

Editorial: fix IteratorClose call in %IteratorHelperPrototype%.return

Open bakkot opened this issue 4 months ago • 0 comments

As pointed out here.

This pattern of closing an iterator not because of an error or other abrupt completion hasn't come up much yet, but compare e.g. step 5.c.ii.1.a of Set.prototype.isDisjointFrom.

bakkot avatar Oct 21 '24 21:10 bakkot