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
/
Completion.h
Age
Commit message (
Expand
)
Author
2022-02-06
LibJS: Mark Completion constructors with ALWAYS_INLINE
Andreas Kling
2022-01-04
LibJS: Remove the now retired TRY_OR_DISCARD() macro :^)
Linus Groh
2022-01-03
LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2022-01-02
LibJS: Let Completion::update_empty() take an Optional<Value>
Linus Groh
2022-01-02
LibJS: Move provided Optional<Value> argument in normal_completion()
Linus Groh
2021-11-14
LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor
Linus Groh
2021-11-10
AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.h
Andreas Kling
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-10-21
LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value
Linus Groh
2021-10-14
LibJS: Change normal_completion() parameter to Optional<Value>
Linus Groh
2021-10-09
LibJS: Add Completion::is_abrupt()
Linus Groh
2021-10-03
LibJS: Add a MUST() macro, like TRY() but for the spec's `!` shortcut
Linus Groh
2021-09-17
LibJS: Convert Now AOs to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Initialize value in ThrowCompletionOr<void> default constructor
Linus Groh
2021-09-15
LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template
Linus Groh