1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 02:34:58 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/ShadowRealm
Linus Groh 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue()
Well... sort of. This adds the function itself and all the scaffolding
from the ShadowRealm API (and basically completes its implementation).
However, we do not nearly have enough support for modules and imports,
so we currently pretend whatever was attempted to be imported failed -
once we have HostImportModuleDynamically it should be relatively easy to
complete the implementation.
2021-10-15 09:36:21 +01: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: Implement ShadowRealm.prototype.importValue() 2021-10-15 09:36:21 +01:00