Age | Commit message (Expand) | Author |
---|---|---|
2020-04-06 | LibJS: Add a number-indexed property storage to all Objects | Andreas Kling |
2020-03-29 | LibJS+LibWeb: Move native properties to separate getters/setters | Andreas Kling |
2020-03-28 | LibJS: Implement Array.prototype.{shift,pop} | Linus Groh |
2020-03-24 | LibJS: Use correct |this| value when getting/setting native properties | Andreas Kling |
2020-03-22 | LibJS: Use FlyString for identifiers | Andreas Kling |
2020-03-21 | LibJS: Virtualize access to an Object's own properties | Andreas Kling |
2020-03-20 | LibJS: Add ArrayPrototype and implement Array.prototype.push() | Andreas Kling |
2020-03-20 | LibJS: Support reading/writing elements in an Array via Object get/put | Andreas Kling |
2020-03-20 | LibJS: Parse ArrayExpression and start implementing Array objects | Andreas Kling |