1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

LibJS: Move JobCallback functions out-of-line

This allows JobCallback.h to not include Runtime/AbstractOperations.h
and FunctionObject.h.
This commit is contained in:
Andreas Kling 2022-11-23 11:32:45 +01:00 committed by Linus Groh
parent 20e51025bb
commit 96cbf368bd
4 changed files with 36 additions and 18 deletions

View file

@ -136,6 +136,7 @@ set(SOURCES
Runtime/IteratorOperations.cpp
Runtime/IteratorPrototype.cpp
Runtime/JSONObject.cpp
Runtime/JobCallback.cpp
Runtime/Map.cpp
Runtime/MapConstructor.cpp
Runtime/MapIterator.cpp