1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:07:45 +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

@ -167,6 +167,7 @@ class PromiseResolveThenableJob;
class PropertyAttributes;
class PropertyDescriptor;
class PropertyName;
class Realm;
class Reference;
class ScopeNode;
class Shape;