diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-12-11 18:16:15 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-12-12 13:58:32 +0000 |
commit | 40cc38869e713513a4391b74e02b7318eb584baa (patch) | |
tree | d9e846a1703df0bd491da3433f4819ce1db1fc7c /Userland/Libraries/LibJS/CMakeLists.txt | |
parent | 4311c2164e60e2765e1f50e065c627d678635f3d (diff) | |
download | serenity-40cc38869e713513a4391b74e02b7318eb584baa.zip |
LibJS: Move ExecutionContext function implementations out of line
Diffstat (limited to 'Userland/Libraries/LibJS/CMakeLists.txt')
-rw-r--r-- | Userland/Libraries/LibJS/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/CMakeLists.txt b/Userland/Libraries/LibJS/CMakeLists.txt index a25b443cf1..22c64abebe 100644 --- a/Userland/Libraries/LibJS/CMakeLists.txt +++ b/Userland/Libraries/LibJS/CMakeLists.txt @@ -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 |