Files
ladybird/Userland/Libraries/LibWeb/DOM
Timothy Flynn 95e492de59 LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr
This changes Web::Bindings::throw_dom_exception_if_needed() to return a
JS::ThrowCompletionOr instead of an Optional. This allows callers to
wrap the invocation with a TRY() macro instead of making a follow-up
call to should_return_empty(). Further, this removes all invocations to
vm.exception() in the generated bindings.
2021-10-31 18:51:07 +01:00
..
2021-09-29 17:56:13 +02:00
2021-10-06 17:14:22 +02:00
2021-10-17 01:34:02 +03:00
2021-10-17 01:34:02 +03:00
2021-10-20 23:19:17 +01:00
2021-10-16 10:51:23 +02:00
2021-10-16 10:51:23 +02:00
2021-10-03 00:18:52 +02:00
2021-10-03 00:18:52 +02:00