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
..
2021-11-18 21:11:30 +01:00
2021-12-10 21:27:13 +01:00
2022-01-08 23:43:03 +01:00
2021-11-18 21:11:30 +01:00
2021-11-18 21:11:30 +01:00
2021-12-04 14:47:24 +01:00
2021-12-04 14:47:24 +01:00
2022-01-04 22:41:07 +00:00
2022-01-04 22:41:07 +00:00
2022-01-04 22:41:07 +00:00
2021-11-13 00:55:07 +01:00
2021-11-13 00:55:07 +01:00
2021-11-13 00:55:07 +01:00
2021-11-18 21:11:30 +01:00
2021-11-17 22:20:01 +01:00
2021-10-27 17:58:57 +02:00
2021-11-18 21:11:30 +01:00
2021-11-18 21:11:30 +01:00
2021-11-18 21:11:19 +01:00
2021-11-18 21:11:19 +01:00
2021-12-21 13:50:00 -08:00
2021-10-28 12:53:31 +02:00
2021-12-21 13:51:15 -08:00
2021-11-08 00:35:27 +01:00
2022-01-04 22:41:07 +00:00
2022-01-04 22:41:07 +00:00
2022-01-04 22:41:07 +00:00