mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:07:35 +00:00
LibJS: Add AsyncIteratorPrototype
This commit is contained in:
parent
da42c1552c
commit
7fd38eac98
5 changed files with 59 additions and 0 deletions
|
@ -43,6 +43,7 @@ set(SOURCES
|
|||
Runtime/AsyncFunctionPrototype.cpp
|
||||
Runtime/AsyncGeneratorFunctionConstructor.cpp
|
||||
Runtime/AsyncGeneratorFunctionPrototype.cpp
|
||||
Runtime/AsyncIteratorPrototype.cpp
|
||||
Runtime/AtomicsObject.cpp
|
||||
Runtime/BigInt.cpp
|
||||
Runtime/BigIntConstructor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue