Age | Commit message (Expand) | Author |
---|---|---|
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-04-18 | LibJS: Move builtin prototypes to the global object | Andreas Kling |
2020-04-18 | LibJS+LibWeb: Pass prototype to Object constructor | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to BooleanObject constructor | Andreas Kling |
2020-04-10 | LibJS: Boolean, Number and String prototypes should have values too | Andreas Kling |
2020-04-07 | LibJS: Add Boolean constructor object | Jack Karamanian |