mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
LibJS: Move PromiseCapability into its own cpp/h file
This is not strictly connected to PromiseReaction in any way. Preparation before doing some actual work on it :^)
This commit is contained in:
parent
4986fa262c
commit
c2326ec95a
25 changed files with 175 additions and 144 deletions
|
@ -155,6 +155,7 @@ set(SOURCES
|
|||
Runtime/PrimitiveString.cpp
|
||||
Runtime/PrivateEnvironment.cpp
|
||||
Runtime/Promise.cpp
|
||||
Runtime/PromiseCapability.cpp
|
||||
Runtime/PromiseConstructor.cpp
|
||||
Runtime/PromiseJobs.cpp
|
||||
Runtime/PromisePrototype.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue