1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:07:35 +00:00

LibJS: Add AsyncIteratorPrototype

This commit is contained in:
davidot 2021-11-23 14:53:02 +01:00 committed by Linus Groh
parent da42c1552c
commit 7fd38eac98
5 changed files with 59 additions and 0 deletions

View file

@ -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