mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
Until we have actual iterator records we have to store the sync iterator as the raw object.
This commit is contained in:
parent
0535c1abbd
commit
064c8be627
8 changed files with 311 additions and 0 deletions
|
@ -38,6 +38,8 @@ set(SOURCES
|
|||
Runtime/ArrayIterator.cpp
|
||||
Runtime/ArrayIteratorPrototype.cpp
|
||||
Runtime/ArrayPrototype.cpp
|
||||
Runtime/AsyncFromSyncIterator.cpp
|
||||
Runtime/AsyncFromSyncIteratorPrototype.cpp
|
||||
Runtime/AsyncFunctionConstructor.cpp
|
||||
Runtime/AsyncFunctionDriverWrapper.cpp
|
||||
Runtime/AsyncFunctionPrototype.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue