Skip to content

Commit

Permalink
add an explicit return step
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Sep 18, 2024
1 parent b31985b commit ecf1ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ copyright: false
1. Let _record_ be the Iterator Record { [[Iterator]]: _iter_, [[NextMethod]]: _nextMethod_, [[Done]]: true }.
1. Set _completion_ to Completion(IteratorClose(_iteratorRecord_, _completion_)).
1. Return ? _completion_.
1. Return NormalCompletion(~unused~).
1. Return CreateIteratorFromClosure(_closure_, *"Iterator Helper"*, %IteratorHelperPrototype%, « »).
</emu-alg>
</emu-clause>

0 comments on commit ecf1ac5

Please sign in to comment.