[gjs/mozjs91: 51/64] Add DumpFunctions.h header
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/mozjs91: 51/64] Add DumpFunctions.h header
- Date: Sun, 11 Jul 2021 04:13:18 +0000 (UTC)
commit 9546c5391c4d884d865c17a90de89e7a29c71561
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 0cd16b6e..76e5dc66 100644
--- a/modules/system.cpp
+++ b/modules/system.cpp
@@ -23,6 +23,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]