Skip to content

Commit

Permalink
Implement Async-from-Sync Iterator Objects (#2234)
Browse files Browse the repository at this point in the history
This Pull Request changes the following:

- Implement [Async-from-Sync Iterator Objects](https://tc39.es/ecma262/#sec-async-from-sync-iterator-objects)
- Give the proper `async` hint to `GetIterator` when executing a delegate yield expression in an async generator function
  • Loading branch information
raskad committed Sep 16, 2022
1 parent af35be6 commit 09e35a8
Show file tree
Hide file tree
Showing 7 changed files with 520 additions and 6 deletions.
Loading

0 comments on commit 09e35a8

Please sign in to comment.