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

LibJS: Add ModuleEnvironment

This commit is contained in:
davidot 2022-01-16 23:30:15 +01:00 committed by Linus Groh
parent 12c2f30c54
commit 0cdbc03de0
4 changed files with 155 additions and 0 deletions

View file

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