[gjs/mozjs91: 1/21] Add TypedData.h header
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/mozjs91: 1/21] Add TypedData.h header
- Date: Sun, 11 Jul 2021 04:08:04 +0000 (UTC)
commit 046a9b4e6cfd7a7705aac1a6cfd0bec6bca62d29
Author: Evan Welsh <contact evanwelsh com>
Date: Sat Jul 10 19:50:43 2021 -0700
Add TypedData.h header
gi/arg-cache.cpp | 1 +
gi/arg.cpp | 1 +
gi/value.cpp | 1 +
gjs/byteArray.cpp | 1 +
4 files changed, 4 insertions(+)
---
diff --git a/gi/arg-cache.cpp b/gi/arg-cache.cpp
index dfc76557..49290c6b 100644
--- a/gi/arg-cache.cpp
+++ b/gi/arg-cache.cpp
@@ -20,6 +20,7 @@
#include <js/TypeDecls.h>
#include <js/Utility.h> // for UniqueChars
#include <js/Value.h>
+#include <js/experimental/TypedData.h>
#include <jsapi.h> // for JS_TypeOfValue
#include <jsfriendapi.h> // for JS_GetObjectFunction
#include <jspubtd.h> // for JSTYPE_FUNCTION
diff --git a/gi/arg.cpp b/gi/arg.cpp
index 2a82b07b..30f48073 100644
--- a/gi/arg.cpp
+++ b/gi/arg.cpp
@@ -24,6 +24,7 @@
#include <js/Utility.h> // for UniqueChars
#include <js/Value.h>
#include <js/ValueArray.h>
+#include <js/experimental/TypedData.h>
#include <jsapi.h> // for JS_ReportOutOfMemory, JS_GetElement
#include <jsfriendapi.h> // for JS_IsUint8Array, JS_GetObjectFunc...
diff --git a/gi/value.cpp b/gi/value.cpp
index df427464..e4033e7d 100644
--- a/gi/value.cpp
+++ b/gi/value.cpp
@@ -21,6 +21,7 @@
#include <js/Utility.h> // for UniqueChars
#include <js/Value.h>
#include <js/ValueArray.h>
+#include <js/experimental/TypedData.h>
#include <jsapi.h> // for InformalValueTypeName, JS_ClearPendingException
#include <jsfriendapi.h>
diff --git a/gjs/byteArray.cpp b/gjs/byteArray.cpp
index 1635e902..20df4a40 100644
--- a/gjs/byteArray.cpp
+++ b/gjs/byteArray.cpp
@@ -18,6 +18,7 @@
#include <js/RootingAPI.h>
#include <js/TypeDecls.h>
#include <js/Utility.h> // for UniqueChars
+#include <js/experimental/TypedData.h>
#include <jsapi.h> // for JS_DefineFunctionById, JS_DefineFun...
#include <jsfriendapi.h> // for JS_NewUint8ArrayWithBuffer, GetUint...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]