Age | Commit message (Expand) | Author |
---|---|---|
2020-05-21 | LibJS: Add getter/setter support | Matthew Olsson |
2020-04-29 | LibJS: Implement correct object property ordering | mattco98 |
2020-04-26 | LibJS: Implement basic support for the "delete" operator | Andreas Kling |
2020-04-10 | LibJS: Key shape transitions on both property name and attributes | Andreas Kling |
2020-04-10 | LibJS: Add property configuration transitions | Andreas Kling |
2020-04-10 | LibJS: Add Object.defineProperty() and start caring about attributes | Andreas Kling |
2020-04-02 | LibJS: Start implementing object shapes | Andreas Kling |