summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/IndexedProperties.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-13LibJS: Stop eagerly creating the backing store for IndexedPropertiesAnonymous
2022-02-05LibJS: Explicitly initialize primitive IndexedPropertyIterator membersAndreas Kling
2022-02-05LibJS: Cache valid indices in IndexedPropertyIteratorAndreas Kling
2022-01-04LibJS: Remove unused IndexedProperties::take_{first,last}()Linus Groh
2021-07-07LibJS: Stop using a native property for Array lengthsIdan Horowitz
2021-07-05LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()Linus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
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-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-21LibJS: Don't punish large arrays with generic indexed property storageAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling