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
/
ObjectConstructor.cpp
Age
Commit message (
Expand
)
Author
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-06-07
LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor
Idan Horowitz
2021-06-05
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
Idan Horowitz
2021-05-18
LibJS: Implement Object.hasOwn() :^)
Andreas Kling
2021-04-25
LibJS: Use Object::get_own_properties() for getOwnPropertyNames()
Linus Groh
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
LibJS: Implement Object.create()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-07
LibJS: Implement Object.isFrozen() and Object.isSealed()
Linus Groh
2021-04-07
LibJS: Implement Object.freeze() and Object.seal()
Linus Groh
2021-04-07
LibJS: Use MarkedValueList for internal own properties getter functions
Linus Groh
2021-04-05
LibJS: Add Object::get_enumerable_own_property_names() and use it
Linus Groh
2021-04-05
LibJS: Remove this_object parameter from get/put own property functions
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
[prev]