mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:38:10 +00:00
LibJS: Add ModuleWithSpecifier for LoadedModules
This patch adds ModuleWithSpecifier as the record type to be used in the LoadedModules field of Realm, Script and Cyclic Module Records.
This commit is contained in:
parent
7c7ca7f230
commit
d60e8c9df5
2 changed files with 8 additions and 0 deletions
|
@ -222,6 +222,7 @@ enum class DeclarationKind;
|
|||
struct AlreadyResolved;
|
||||
struct JobCallback;
|
||||
struct ModuleRequest;
|
||||
struct ModuleWithSpecifier;
|
||||
|
||||
// Not included in JS_ENUMERATE_NATIVE_OBJECTS due to missing distinct prototype
|
||||
class ProxyObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue