Age | Commit message (Expand) | Author |
---|---|---|
2022-02-12 | LibJS: Remove the name prefix for wrapped functions | Linus Groh |
2022-02-07 | LibJS: Add missing include to ShadowRealm.h | Andreas Kling |
2022-01-24 | LibJS: Let WrappedFunction inherit target name and length | Linus Groh |
2021-10-15 | LibJS: Implement ShadowRealm.prototype.importValue() | Linus Groh |
2021-10-14 | LibJS: Implement ShadowRealm.prototype.evaluate() | Linus Groh |
2021-10-14 | LibJS: Start implementing ShadowRealm | Linus Groh |
2021-10-14 | LibJS: Implement Wrapped Function Exotic Objects | Linus Groh |