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

LibJS: Add Module Namespace Exotic Object

This commit is contained in:
davidot 2022-01-16 23:32:41 +01:00 committed by Linus Groh
parent 0cdbc03de0
commit 55366703d0
3 changed files with 242 additions and 0 deletions

View file

@ -116,6 +116,7 @@ set(SOURCES
Runtime/MarkedValueList.cpp
Runtime/MathObject.cpp
Runtime/ModuleEnvironment.cpp
Runtime/ModuleNamespaceObject.cpp
Runtime/NativeFunction.cpp
Runtime/NumberConstructor.cpp
Runtime/NumberObject.cpp