[gjs/mozjs91: 9/21] Add DumpFunctions.h header




commit 2eff67bcbe629534c68b8df69055522cc6b3983f
Author: Evan Welsh <contact evanwelsh com>
Date:   Sat Jul 10 20:29:27 2021 -0700

    Add DumpFunctions.h header

 gjs/deprecation.cpp | 1 +
 gjs/stack.cpp       | 1 +
 modules/system.cpp  | 1 +
 3 files changed, 3 insertions(+)
---
diff --git a/gjs/deprecation.cpp b/gjs/deprecation.cpp
index 3fdd64d4..6d313983 100644
--- a/gjs/deprecation.cpp
+++ b/gjs/deprecation.cpp
@@ -19,6 +19,7 @@
 #include <js/TypeDecls.h>
 #include <js/Utility.h>  // for UniqueChars
 #include <js/Value.h>
+#include <js/friend/DumpFunctions.h>
 #include <jsapi.h>        // for MaxFrames, CaptureCurrentStack
 #include <jsfriendapi.h>  // for FormatStackDump
 
diff --git a/gjs/stack.cpp b/gjs/stack.cpp
index a223ad0d..46aab583 100644
--- a/gjs/stack.cpp
+++ b/gjs/stack.cpp
@@ -10,6 +10,7 @@
 #include <glib.h>
 
 #include <js/TypeDecls.h>
+#include <js/friend/DumpFunctions.h>
 #include <jsfriendapi.h>  // for DumpBacktrace
 
 #include "gjs/context.h"
diff --git a/modules/system.cpp b/modules/system.cpp
index 29eb7770..9ea3bf41 100644
--- a/modules/system.cpp
+++ b/modules/system.cpp
@@ -18,6 +18,7 @@
 #include <js/RootingAPI.h>
 #include <js/TypeDecls.h>
 #include <js/Value.h>     // for NullValue
+#include <js/friend/DumpFunctions.h>
 #include <jsapi.h>        // for JS_DefinePropertyById, JS_DefineF...
 #include <jsfriendapi.h>  // for DumpHeap, IgnoreNurseryObjects
 


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