serenity/Userland/DevTools
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
..
HackStudio LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> 2022-01-08 23:43:03 +01:00
Inspector Inspector: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Playground Playground: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Profiler Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
UserspaceEmulator Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00