This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Description
These were probably valid before tc39/ecma262#2413 but now need to get rewritten.
I think probably the logic in AsyncGenerator.prototype.next
and friends can get factored out into three AOs, which can be called from those methods and also from %AsyncIteratorHelperPrototype%.next
and friends.