1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/ShadowRealm
davidot 986ad3ccf0 LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue
Now that module loading is implemented this just works :^).

Since ShadowRealm explicitly passed a null ScriptOrModule we attempt to
get the top most ScriptOrModule in HostImportModuleDynamically.
This won't work in general as the web specifies other behavior but for
LibJS there must always be an active script to call
HostImportModuleDynamically.
2022-01-22 01:21:18 +00:00
..
async-module.mjs LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue 2022-01-22 01:21:18 +00:00
external-module.mjs LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue 2022-01-22 01:21:18 +00:00
ShadowRealm.js LibJS: Start implementing ShadowRealm 2021-10-14 00:41:41 +01:00
ShadowRealm.prototype.@@toStringTag.js LibJS: Implement ShadowRealm.prototype[@@toStringTag] 2021-10-14 00:41:41 +01:00
ShadowRealm.prototype.evaluate.js LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type check 2021-10-15 09:36:21 +01:00
ShadowRealm.prototype.importValue.js LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue 2022-01-22 01:21:18 +00:00