mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
LibJS: Start implementing ShadowRealm
This commit adds the ShadowRealm object itself, its constructor, and prototype (currently empty).
This commit is contained in:
parent
50f8755792
commit
d40331ef69
10 changed files with 216 additions and 0 deletions
|
@ -131,6 +131,8 @@ set(SOURCES
|
|||
Runtime/SetIteratorPrototype.cpp
|
||||
Runtime/SetPrototype.cpp
|
||||
Runtime/ShadowRealm.cpp
|
||||
Runtime/ShadowRealmConstructor.cpp
|
||||
Runtime/ShadowRealmPrototype.cpp
|
||||
Runtime/Shape.cpp
|
||||
Runtime/StringConstructor.cpp
|
||||
Runtime/StringIterator.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue