summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/IndexedProperties.cpp
AgeCommit message (Expand)Author
2021-06-26LibJS: Don't remove non-configurable items in Array when setting lengthdavidot
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-17LibJS: Remove the unused IndexedProperties::append_all methodIdan Horowitz
2021-05-17LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()Linus Groh
2021-05-17LibJS: Make length_setter_generic_storage_threshold a global constantLinus Groh
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-03-21LibJS: Don't punish large arrays with generic indexed property storageAndreas Kling
2021-03-21LibJS: Append first sparse element to packed elements in take_first()Linus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibJS: Avoid an unnecessary Vector copy in IndexedProperties::indices()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling