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:
parent
8d0dbdeaac
commit
d9c3bafcd9
4 changed files with 56 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue