Age | Commit message (Expand) | Author |
---|---|---|
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-15 | LibJS: Add the Object.fromEntries method | Idan Horowitz |
2021-06-12 | LibJS: Add the Object.getOwnPropertySymbols method | Idan Horowitz |
2021-06-12 | LibJS: Implement Object.assign() | Linus Groh |
2021-05-18 | LibJS: Implement Object.hasOwn() :^) | Andreas Kling |
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-10 | LibJS: Implement Object.create() | Linus Groh |
2021-04-10 | LibJS: Implement Object.defineProperties() | Linus Groh |
2021-04-07 | LibJS: Implement Object.isFrozen() and Object.isSealed() | Linus Groh |
2021-04-07 | LibJS: Implement Object.freeze() and Object.seal() | Linus Groh |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |