Skip to content

Commit

Permalink
Normative: remove IsCallable check on NextMethod, deferring errors to…
Browse files Browse the repository at this point in the history
… Call site
  • Loading branch information
michaelficarra committed Mar 30, 2023
1 parent 052777f commit b7bb86c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ <h1>
</dl>
<emu-alg>
1. Let _nextMethod_ be ? Get(_obj_, `"next"`).
1. If IsCallable(_nextMethod_) is *false*, throw a *TypeError* exception.
1. Let _iteratorRecord_ be Record { [[Iterator]]: _obj_, [[NextMethod]]: _nextMethod_, [[Done]]: *false* }.
1. Return _iteratorRecord_.
</emu-alg>
Expand Down

0 comments on commit b7bb86c

Please sign in to comment.