Age | Commit message (Expand) | Author |
---|---|---|
2021-10-29 | LibJS: Convert ConsoleObject functions to ThrowCompletionOr | Idan Horowitz |
2021-10-20 | LibJS: Rename define_native_function => define_old_native_function | Idan Horowitz |
2021-10-20 | LibJS: Add ThrowCompletionOr versions of the JS native function macros | Idan Horowitz |
2021-07-06 | LibJS: Remove the default length & attributes from define_native_* | Idan Horowitz |
2021-06-13 | LibJS: Add ECMA-262 section/title/URL comments almost everywhere | Linus Groh |
2021-04-22 | Everywhere: Use linusg@serenityos.org for my copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | LibJS: Implement console.assert() | Linus Groh |
2021-02-10 | LibJS: Remove a whole bunch of unnecessary #includes | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |