forked from tc39/ecma262
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Simplify %AsyncFromSyncIteratorPrototype% methods (tc39#1248)
Extract common steps from the following clauses: 25.1.4.2.1 %AsyncFromSyncIteratorPrototype%.next 25.1.4.2.2 %AsyncFromSyncIteratorPrototype%.return 25.1.4.2.3 %AsyncFromSyncIteratorPrototype%.throw into new primitive AsyncFromSyncIteratorContinuation.
- Loading branch information
1 parent
2e454c9
commit bae3b66
Showing
1 changed file
with
29 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters