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.h
Age
Commit message (
Expand
)
Author
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2021-10-31
LibJS: Convert ObjectConstructor to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-07-06
LibJS: Implement Object.getOwnPropertyDescriptors()
Idan Horowitz
2021-07-06
LibJS: Rename ObjectConstructor::{define_property_ => define_property}
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-15
LibJS: Add the Object.fromEntries method
Idan Horowitz
2021-06-12
LibJS: Add the Object.getOwnPropertySymbols method
Idan Horowitz
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-05-18
LibJS: Implement Object.hasOwn() :^)
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-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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling