summaryrefslogtreecommitdiff
path: root/test/gjs-tests.cpp
diff options
context:
space:
mode:
authorEvan Welsh <contact@evanwelsh.com>2021-07-10 19:50:43 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-01-16 13:29:11 -0800
commit3cab147af05d0ac243fecdba28c88d7cc785b24c (patch)
treed3e6bd3e9a1453f8ab8dc26e3c9a43a66b0792c0 /test/gjs-tests.cpp
parentc32f8e23533340d69ce816ff940799412bb24090 (diff)
downloadgjs-3cab147af05d0ac243fecdba28c88d7cc785b24c.tar.gz
js: Update includes for headers split out of JSAPI
Added - js/experimental/TypedData.h - js/friend/DumpFunctions.h - js/Context.h - js/MapAndSet.h - js/String.h Updated - js/ErrorReport.h - js/Exception.h - js/GCAPI.h - js/Realm.h Removed - js/RequiredDefines.h See https://bugzilla.mozilla.org/show_bug.cgi?id=1708330 See https://bugzilla.mozilla.org/show_bug.cgi?id=1656411 See https://bugzilla.mozilla.org/show_bug.cgi?id=1663365
Diffstat (limited to 'test/gjs-tests.cpp')
-rw-r--r--test/gjs-tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gjs-tests.cpp b/test/gjs-tests.cpp
index cdb24408..13a88c81 100644
--- a/test/gjs-tests.cpp
+++ b/test/gjs-tests.cpp
@@ -20,8 +20,10 @@
#include <js/Array.h>
#include <js/BigInt.h>
#include <js/CharacterEncoding.h>
+#include <js/Exception.h>
#include <js/Id.h>
#include <js/RootingAPI.h>
+#include <js/String.h>
#include <js/TypeDecls.h>
#include <js/Utility.h> // for UniqueChars
#include <js/Value.h>