mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
LibJS: Parse async generator functions
This commit is contained in:
parent
5d0f666f22
commit
0982a73d1d
13 changed files with 270 additions and 40 deletions
|
@ -41,6 +41,8 @@ set(SOURCES
|
|||
Runtime/AsyncFunctionConstructor.cpp
|
||||
Runtime/AsyncFunctionDriverWrapper.cpp
|
||||
Runtime/AsyncFunctionPrototype.cpp
|
||||
Runtime/AsyncGeneratorFunctionConstructor.cpp
|
||||
Runtime/AsyncGeneratorFunctionPrototype.cpp
|
||||
Runtime/AtomicsObject.cpp
|
||||
Runtime/BigInt.cpp
|
||||
Runtime/BigIntConstructor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue