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

LibJS: Move ExecutionContext function implementations out of line

This commit is contained in:
Luke Wilde 2022-12-11 18:16:15 +00:00 committed by Linus Groh
parent 4311c2164e
commit 40cc38869e
3 changed files with 46 additions and 25 deletions

View file

@ -81,6 +81,7 @@ set(SOURCES
Runtime/ErrorConstructor.cpp
Runtime/ErrorPrototype.cpp
Runtime/ErrorTypes.cpp
Runtime/ExecutionContext.cpp
Runtime/FinalizationRegistry.cpp
Runtime/FinalizationRegistryConstructor.cpp
Runtime/FinalizationRegistryPrototype.cpp