Closed mhassan1 closed 7 months ago
This PR fixes IteratorClose to throw (instead of return) when a ThrowCompletion is passed to it. It also includes new tests in a few polyfills; those tests would fail, currently.
IteratorClose
throw
return
ThrowCompletion
This PR fixes
IteratorClose
tothrow
(instead ofreturn
) when aThrowCompletion
is passed to it. It also includes new tests in a few polyfills; those tests would fail, currently.