Age | Commit message (Expand) | Author |
---|---|---|
2021-06-26 | LibJS: Allow setting the length of an object with prototype Array | davidot |
2021-06-13 | LibJS: Add ECMA-262 section/title/URL comments almost everywhere | Linus Groh |
2021-06-06 | LibJS: Add length parameter to Array::create() | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-07 | LibJS: Use MarkedValueList for internal own properties getter functions | Linus Groh |
2021-03-30 | LibJS: Fix two issues with array (length > INT32_MAX) | Andreas Kling |
2021-02-24 | LibJS: Make ArrayPrototype an Array object | Linus Groh |
2021-02-10 | LibJS: Remove a whole bunch of unnecessary #includes | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |