LibJS: Convert Now AOs to ThrowCompletionOr

This commit is contained in:
Linus Groh 2021-09-17 21:04:21 +02:00
commit 6bdd62b51b
Notes: sideshowbarker 2024-07-18 03:45:15 +09:00
3 changed files with 20 additions and 23 deletions

View file

@ -10,6 +10,7 @@
#include <AK/FlyString.h>
#include <AK/Optional.h>
#include <AK/Try.h>
#include <AK/Variant.h>
#include <LibJS/Runtime/Value.h>
namespace JS {