Age | Commit message (Expand) | Author |
---|---|---|
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 |