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
/
Error.cpp
Age
Commit message (
Expand
)
Author
2021-12-21
LibJS: Update spec link for InstallErrorCause AO
Timothy Flynn
2021-10-03
LibJS: Convert has_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert install_error_cause() to ThrowCompletionOr
Linus Groh
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-06
LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AO
Idan Horowitz
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-06-26
LibJS: Move install_error_cause() from Object to Error
Linus Groh
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}
Linus Groh
2021-06-11
LibJS: Set Error message attributes to writable and configurable only
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-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling