Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | LibJS: Remove unused includes out of Cell.h, move to the users | Brian Gianforcaro |
2021-07-08 | LibJS: Reorder and add missing name & length properties to Built-ins | Idan Horowitz |
2021-07-05 | LibJS: Remove unnecessary value_or() from get() | Linus Groh |
2021-07-05 | LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())' | Linus Groh |
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-02 | LibJS: Add initial support for Promises | Linus Groh |