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
/
Object.h
Age
Commit message (
Expand
)
Author
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
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-12
LibJS: Add Object::get_without_side_effects()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-10
LibJS: Update Object::define_accessor() to take both getter and setter
Linus Groh
2021-04-10
LibJS: Let Object::delete_property() return a bool, not Value
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: Let Object::get_own_properties() return both strings and symbols
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-03-19
LibJS: Add fast_is<T> for StringObject and GlobalObject
Andreas Kling
2021-03-14
LibJS: Add the same Object::invoke() overloads as VM::call()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling