summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AsyncFromSyncIterator.cpp
AgeCommit message (Collapse)Author
2021-11-29LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instancesdavidot
Until we have actual iterator records we have to store the sync iterator as the raw object.