Files
ladybird/Userland/Libraries/LibWeb/DOM
Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Instead of making it a void function, checking for an exception, and
then receiving the relevant result via VM::last_value(), we can
consolidate all of this by using completions.

This allows us to remove more uses of VM::exception(), and all uses of
VM::last_value().
2022-01-08 23:43:03 +01:00
..
2022-01-07 15:44:42 +01: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-03 00:18:52 +02:00
2021-10-03 00:18:52 +02:00