1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 11:44:58 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/ShadowRealm
Andreas Kling a2c3db8367 LibJS: Add basic support for module code with top-level await
For now, we handle this by creating a synthetic async function to wrap
the top-level module code. This allows us to piggyback on the async
function driver wrapper mechanism.
2023-12-06 12:58:04 +01: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
ShadowRealm.prototype.@@toStringTag.js
ShadowRealm.prototype.evaluate.js LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs 2022-07-31 14:39:06 +02:00
ShadowRealm.prototype.importValue.js LibJS: Add basic support for module code with top-level await 2023-12-06 12:58:04 +01:00