index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
IndexedProperties.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-13
LibJS: Stop eagerly creating the backing store for IndexedProperties
Anonymous
2022-02-05
LibJS: Explicitly initialize primitive IndexedPropertyIterator members
Andreas Kling
2022-02-05
LibJS: Cache valid indices in IndexedPropertyIterator
Andreas Kling
2022-01-04
LibJS: Remove unused IndexedProperties::take_{first,last}()
Linus Groh
2021-07-07
LibJS: Stop using a native property for Array lengths
Idan Horowitz
2021-07-05
LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
LibJS: Remove the unused IndexedProperties::append_all method
Idan Horowitz
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
LibJS: Don't punish large arrays with generic indexed property storage
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling