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:
parent
20e51025bb
commit
96cbf368bd
4 changed files with 36 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue