Age | Commit message (Expand) | Author |
---|---|---|
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in object constructors | Linus Groh |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-09-02 | LibJS: Implement a nearly empty Intl.Locale object | Timothy Flynn |