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