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-08 12:45:34 +01:00
2022-01-08 12:45:34 +01:00
2021-10-20 09:20:18 +01:00
2022-01-08 23:43:03 +01:00
2022-01-07 15:44:42 +01:00
2021-12-28 11:51:50 +01:00
2021-12-29 03:46:56 -08:00
2021-10-22 19:49:28 +03:00
2021-11-28 09:38:57 -08:00
2021-11-02 12:23:30 +01:00
2021-11-02 12:23:30 +01:00
2021-10-10 15:18:55 -07:00
2021-12-23 17:53:46 -08:00
2021-11-02 12:23:30 +01:00
2021-10-22 19:49:28 +03:00
2021-09-17 09:16:40 +00:00
2021-11-01 21:12:58 +01:00
2021-10-25 23:38:28 +02:00
2021-10-25 23:38:28 +02:00
2021-10-25 23:38:28 +02:00
2021-10-25 23:38:28 +02:00
2021-11-05 00:17:01 +03:30
2021-11-02 12:23:30 +01:00
2021-11-28 11:49:13 -08:00
2021-11-02 12:23:30 +01:00
2021-11-02 12:23:30 +01:00
2021-11-02 12:23:30 +01:00
2021-09-15 20:21:19 +00:00
2022-01-07 12:35:25 +01:00
2021-11-12 13:01:59 +00:00
2022-01-07 11:02:30 +01:00