Age | Commit message (Expand) | Author |
---|---|---|
2020-04-30 | LibJS: Add Object.{keys,values,entries}() | mattco98 |
2020-04-26 | LibJS: Implement Object.is() | Linus Groh |
2020-04-10 | LibJS: Add Object.defineProperty() and start caring about attributes | Andreas Kling |
2020-04-01 | LibJS: Implement constructor/non-constructor function calls | Linus Groh |
2020-03-29 | LibJS: Implement Object.getOwnPropertyNames() | Andreas Kling |
2020-03-28 | LibJS: Rework how native functions are called to improve |this| value | Andreas Kling |
2020-03-28 | LibJS: Add a global "Object" constructor | Andreas Kling |