mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibJS: Add Module Namespace Exotic Object
This commit is contained in:
parent
0cdbc03de0
commit
55366703d0
3 changed files with 242 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue