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:
parent
cdf2854fdf
commit
dee3b7b8c9
5 changed files with 386 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue