mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +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:
@@ -8,7 +8,7 @@
|
||||
#include <LibJS/Runtime/AggregateError.h>
|
||||
#include <LibJS/Runtime/Array.h>
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
#include <LibJS/Runtime/PromiseReaction.h>
|
||||
#include <LibJS/Runtime/PromiseCapability.h>
|
||||
#include <LibJS/Runtime/PromiseResolvingElementFunctions.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
Reference in New Issue
Block a user