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

LibJS: Implement Promise.all on the Promise constructor

This commit is contained in:
Timothy Flynn 2021-08-21 13:41:32 -04:00 committed by Linus Groh
parent cdf2854fdf
commit dee3b7b8c9
5 changed files with 386 additions and 2 deletions

View file

@ -94,6 +94,7 @@ set(SOURCES
Runtime/OrdinaryFunctionObject.cpp
Runtime/PrimitiveString.cpp
Runtime/Promise.cpp
Runtime/PromiseAllResolveElementFunction.cpp
Runtime/PromiseConstructor.cpp
Runtime/PromiseJobs.cpp
Runtime/PromisePrototype.cpp