1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00

LibJS: Convert Now AOs to ThrowCompletionOr

This commit is contained in:
Linus Groh 2021-09-17 21:04:21 +02:00
parent d764f1c699
commit 6bdd62b51b
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 {