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.h
Age
Commit message (
Expand
)
Author
2023-05-28
LibJS: Make Error stack traces lazier
Andreas Kling
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-14
LibJS: Convert Error::create() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-02-08
LibJS: Add a traceback to Error
davidot
2022-02-07
LibJS: Implement non standard error.stack attribute
Hendiadyoin1
2021-10-03
LibJS: Convert install_error_cause() to ThrowCompletionOr
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-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