1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 09:30:59 +00:00
serenity/Userland/Applications/Assistant
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
..
CMakeLists.txt Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FuzzyMatch.cpp Assistant: Fix adding sequential bonus in Fuzzy Match 2021-10-25 13:00:32 +02:00
FuzzyMatch.h Assistant: Make strings const referenced 2021-10-25 13:00:32 +02:00
main.cpp Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
Providers.cpp LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> 2022-01-08 23:43:03 +01:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00