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-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2021-10-29 | LibJS: Convert SetConstructor functions to ThrowCompletionOr | Idan Horowitz |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-10-20 | LibJS: Add ThrowCompletionOr versions of the JS native function macros | Idan Horowitz |
2021-10-20 | LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER | Idan Horowitz |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-09 | LibJS: Add the Set built-in object | Idan Horowitz |