mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
Not implementing any prototype functions yet, but stubbing out async generator infrastructure will allow us to make some progress in that direction.
This commit is contained in:
parent
2c68ec9097
commit
0c65624a32
10 changed files with 162 additions and 9 deletions
|
@ -49,8 +49,10 @@ set(SOURCES
|
|||
Runtime/AsyncFunctionConstructor.cpp
|
||||
Runtime/AsyncFunctionDriverWrapper.cpp
|
||||
Runtime/AsyncFunctionPrototype.cpp
|
||||
Runtime/AsyncGenerator.cpp
|
||||
Runtime/AsyncGeneratorFunctionConstructor.cpp
|
||||
Runtime/AsyncGeneratorFunctionPrototype.cpp
|
||||
Runtime/AsyncGeneratorPrototype.cpp
|
||||
Runtime/AsyncIteratorPrototype.cpp
|
||||
Runtime/AtomicsObject.cpp
|
||||
Runtime/BigInt.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue