Age | Commit message (Expand) | Author |
---|---|---|
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-23 | LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19] | Linus Groh |
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 |