Files
ladybird/Userland/Libraries/LibJS/Runtime/IteratorOperations.cpp
davidot b3699029e2 LibJS: Implement the async versions of iterator operations
Since AsyncIteratorClose and IteratorClose differ only in that the async
version awaits the inner value we just implement them with an enum flag
to switch just that behavior.
2021-11-29 15:20:07 +00:00

8.1 KiB