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

LibJS: Start adding a JS::Realm class (spec's "Realm Record")

This commit is contained in:
Linus Groh 2021-09-11 19:20:07 +01:00
parent 8d0dbdeaac
commit d9c3bafcd9
4 changed files with 56 additions and 0 deletions

View file

@ -116,6 +116,7 @@ set(SOURCES
Runtime/PropertyDescriptor.cpp
Runtime/ProxyConstructor.cpp
Runtime/ProxyObject.cpp
Runtime/Realm.cpp
Runtime/Reference.cpp
Runtime/ReflectObject.cpp
Runtime/RegExpConstructor.cpp