mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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:
Notes:
sideshowbarker
2024-07-17 06:25:11 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/c2326ec95a Pull-request: https://github.com/SerenityOS/serenity/pull/15438 Reviewed-by: https://github.com/davidot ✅
@@ -5,8 +5,9 @@
|
||||
*/
|
||||
|
||||
#include <LibJS/CyclicModule.h>
|
||||
#include <LibJS/Runtime/PromiseCapability.h>
|
||||
#include <LibJS/Runtime/PromiseConstructor.h>
|
||||
#include <LibJS/Runtime/PromiseReaction.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user