[gjs/mozjs91] Update PCH



commit 31732336c52983e4c34a0d07cc4572f2fe2bb48e
Author: Evan Welsh <contact evanwelsh com>
Date:   Sun Jul 18 13:26:41 2021 -0700

    Update PCH

 gjs/gjs_pch.hh | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gjs/gjs_pch.hh b/gjs/gjs_pch.hh
index 76b6415d..6139d6ec 100644
--- a/gjs/gjs_pch.hh
+++ b/gjs/gjs_pch.hh
@@ -74,6 +74,7 @@
 #include <js/Initialization.h>
 #include <js/MemoryFunctions.h>
 #include <js/Modules.h>
+#include <js/Object.h>
 #include <js/ProfilingCategory.h>
 #include <js/ProfilingStack.h>
 #include <js/Promise.h>
@@ -84,6 +85,7 @@
 #include <js/RootingAPI.h>
 #include <js/SavedFrameAPI.h>
 #include <js/SourceText.h>
+#include <js/String.h>
 #include <js/Symbol.h>
 #include <js/TracingAPI.h>
 #include <js/TypeDecls.h>
@@ -95,6 +97,8 @@
 #include <js/Wrapper.h>
 #include <js/experimental/CodeCoverage.h>
 #include <js/experimental/SourceHook.h>
+#include <js/experimental/TypedData.h>
+#include <js/friend/DumpFunctions.h>
 #include <jsapi.h>
 #include <jsfriendapi.h>
 #include <jspubtd.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]