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:
parent
8d0dbdeaac
commit
d9c3bafcd9
4 changed files with 56 additions and 0 deletions
|
@ -167,6 +167,7 @@ class PromiseResolveThenableJob;
|
|||
class PropertyAttributes;
|
||||
class PropertyDescriptor;
|
||||
class PropertyName;
|
||||
class Realm;
|
||||
class Reference;
|
||||
class ScopeNode;
|
||||
class Shape;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue