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-04 22:41:07 +00:00
2021-11-28 23:14:19 +01:00
2021-12-15 12:54:34 +00:00
2022-01-02 15:43:51 +01:00
2022-01-08 23:43:03 +01:00
2021-12-12 20:58:36 +01:00
2022-01-08 23:43:03 +01:00
2021-12-11 13:14:15 -08:00
2021-12-21 13:27:27 +01:00
2021-12-09 21:28:52 +01:00
2021-11-18 21:11:30 +01:00
2021-11-17 22:20:01 +01:00
2021-12-21 13:50:00 -08:00
2021-11-11 01:27:46 +01:00
2022-01-06 12:36:23 +01:00
2022-01-04 22:41:07 +00:00
2021-11-11 01:27:46 +01:00
2021-11-17 00:21:10 +01:00
2021-12-09 21:30:31 +01:00
2022-01-04 22:41:07 +00:00
2021-11-20 10:56:31 +01:00
2021-11-20 10:56:31 +01:00
2021-12-30 14:31:50 +01:00
2021-11-11 01:27:46 +01:00
2021-12-30 14:31:50 +01:00
2021-12-10 06:52:17 +01:00
2021-11-17 00:21:10 +01:00
2021-12-10 06:52:17 +01:00
2021-12-10 06:52:17 +01:00
2021-12-10 06:52:17 +01:00