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-12-21 13:27:27 +01:00
2021-09-18 17:15:08 +00:00
2021-11-18 21:11:30 +01:00
2021-11-28 13:33:51 -08:00
2021-12-05 15:31:03 +01:00
2021-11-21 20:22:48 +01:00
2021-11-18 21:11:30 +01:00
2022-01-08 23:43:03 +01:00
2021-10-10 15:18:55 -07:00
2021-09-06 01:53:26 +02:00
2021-11-18 21:11:30 +01:00
2022-01-08 23:43:03 +01:00
2021-12-05 15:31:03 +01:00
2021-09-06 01:53:26 +02:00
2021-11-18 21:11:30 +01:00
2021-10-30 10:33:56 -07:00
2021-09-18 17:15:08 +00:00
2021-11-18 21:11:30 +01:00
2021-11-18 21:11:30 +01:00
2021-11-18 21:11:30 +01:00
2021-12-21 13:27:27 +01:00
2021-09-06 01:53:26 +02:00
2021-09-06 01:53:26 +02:00
2021-09-06 01:53:26 +02:00
2021-09-06 01:53:26 +02:00
2021-09-06 01:53:26 +02:00
2021-12-05 15:31:03 +01:00
2021-11-28 13:33:51 -08:00
2021-09-06 01:53:26 +02:00