summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/ShadowRealm.h
AgeCommit message (Expand)Author
2022-02-12LibJS: Remove the name prefix for wrapped functionsLinus Groh
2022-02-07LibJS: Add missing include to ShadowRealm.hAndreas Kling
2022-01-24LibJS: Let WrappedFunction inherit target name and lengthLinus Groh
2021-10-15LibJS: Implement ShadowRealm.prototype.importValue()Linus Groh
2021-10-14LibJS: Implement ShadowRealm.prototype.evaluate()Linus Groh
2021-10-14LibJS: Start implementing ShadowRealmLinus Groh
2021-10-14LibJS: Implement Wrapped Function Exotic ObjectsLinus Groh