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
/
AggregateErrorConstructor.cpp
Age
Commit message (
Expand
)
Author
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert IterableToList AO to ThrowCompletionOr
Timothy Flynn
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert define_property_or_throw() 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 install_error_cause() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
Idan Horowitz
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-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-20
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
Linus Groh
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Implement AggregateError
Linus Groh