aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey91
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spidermonkey91')
-rw-r--r--lang/spidermonkey91/Makefile95
-rw-r--r--lang/spidermonkey91/distinfo7
-rw-r--r--lang/spidermonkey91/files/patch-build_moz.configure_init.configure12
-rw-r--r--lang/spidermonkey91/files/patch-config_gcc__hidden.h17
-rw-r--r--lang/spidermonkey91/files/patch-js_moz.configure11
-rw-r--r--lang/spidermonkey91/files/patch-js_src_Makefile.in11
-rw-r--r--lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h14
-rw-r--r--lang/spidermonkey91/files/patch-js_src_jit_ProcessExecutableMemory.h12
-rw-r--r--lang/spidermonkey91/files/patch-js_src_wasm_WasmSignalHandlers.cpp14
-rw-r--r--lang/spidermonkey91/files/patch-modules_fdlibm_src_math__private.h46
-rw-r--r--lang/spidermonkey91/files/patch-moz.configure14
-rw-r--r--lang/spidermonkey91/pkg-descr1
-rw-r--r--lang/spidermonkey91/pkg-plist300
13 files changed, 0 insertions, 554 deletions
diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile
deleted file mode 100644
index 61877788c83b..000000000000
--- a/lang/spidermonkey91/Makefile
+++ /dev/null
@@ -1,95 +0,0 @@
-PORTNAME= spidermonkey
-DISTVERSION= 91.13.0
-PORTREVISION= 33
-CATEGORIES= lang
-MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source
-PKGNAMESUFFIX= ${SP_VER}
-DISTNAME= firefox-${DISTVERSION}esr.source
-
-PATCH_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/
-PATCHFILES+= 223087fdc29f18678f6174e9807b8780e439acf6:-p1 # https://bugzilla.mozilla.org/1894423
-PATCHFILES+= 68ff4d3f7338248b4d67cf03aade5a73f8d396b2:-p1 # https://bugzilla.mozilla.org/1849070
-
-MAINTAINER= nc@FreeBSD.org
-COMMENT= Standalone JavaScript based from Mozilla 91-esr
-WWW= https://spidermonkey.dev/
-
-LICENSE= MPL20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \
- autoconf2.13:devel/autoconf2.13 \
- rust-cbindgen>=0.8.7:devel/rust-cbindgen
-LIB_DEPENDS= libffi.so:devel/libffi \
- libicudata.so:devel/icu \
- libnspr4.so:devel/nspr
-
-USES= compiler:c++17-lang gmake localbase pathfix pkgconfig \
- python:build readline tar:xz
-USE_LDCONFIG= yes
-SP_VER= 91
-HAS_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}/firefox-${DISTVERSION}/
-PATCH_WRKSRC= ${WRKDIR}/firefox-${DISTVERSION}/
-CONFIGURE_OUTSOURCE= yes
-
-CONFIGURE_ARGS= --enable-application=js \
- --disable-debug \
- --disable-debug-symbols \
- --disable-gold \
- --disable-jemalloc \
- --disable-tests \
- --enable-optimize \
- --enable-readline \
- --enable-shared-js \
- --prefix=${PREFIX:Q} \
- --target=${CONFIGURE_TARGET} \
- --with-intl-api \
- --with-system-icu \
- --with-system-nspr \
- --with-system-zlib
-
-CONFIGURE_ENV= HOST_CC=${CC} \
- HOST_CXX=${CXX}
-
-BINARY_ALIAS= python3=${PYTHON_CMD}
-PLIST_SUB= SP_VER=${SP_VER}
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-USES+= llvm:max=15
-CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_VERSION} \
- LLVM_OBJDUMP=llvm-objdump${LLVM_VERSION}
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == amd64
-CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
-.endif
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT} \
- LLVM_OBJDUMP=llvm-objdump${LLVM_DEFAULT}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/llvm-objdump${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-USE_GCC= yes
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/js/moz.configure
- @${REINPLACE_CMD} -e 's|icu-i18n|icu-uc icu-i18n|g' ${WRKSRC}/js/moz.configure
- @${FIND} ${WRKSRC}/python/mozbuild -name *.py -exec \
- ${REINPLACE_CMD} 's|"rU"|"r"|g' {} \;
-
-pre-configure:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf2.13)
- (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf2.13)
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/lib/libjs_static.ajs
- ${LN} -fs libmozjs-${SP_VER}.so ${STAGEDIR}${PREFIX}/lib/libmozjs-${SP_VER}.so.1
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmozjs-${SP_VER}.*
-
-.include <bsd.port.post.mk>
diff --git a/lang/spidermonkey91/distinfo b/lang/spidermonkey91/distinfo
deleted file mode 100644
index 74492790f582..000000000000
--- a/lang/spidermonkey91/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-TIMESTAMP = 1732980107
-SHA256 (firefox-91.13.0esr.source.tar.xz) = 53be2bcde0b5ee3ec106bd8ba06b8ae95e7d489c484e881dfbe5360e4c920762
-SIZE (firefox-91.13.0esr.source.tar.xz) = 380053584
-SHA256 (223087fdc29f18678f6174e9807b8780e439acf6) = f234371584e2b2bc9953ae4fd145da19c99a6f04087f53d59616aecf29df039c
-SIZE (223087fdc29f18678f6174e9807b8780e439acf6) = 1597
-SHA256 (68ff4d3f7338248b4d67cf03aade5a73f8d396b2) = 8d556dcb0d3a76a6cb8870b6eff45fafe0a78760ea24d34ea0b5e7ceb4489a71
-SIZE (68ff4d3f7338248b4d67cf03aade5a73f8d396b2) = 2546
diff --git a/lang/spidermonkey91/files/patch-build_moz.configure_init.configure b/lang/spidermonkey91/files/patch-build_moz.configure_init.configure
deleted file mode 100644
index e2105d02928f..000000000000
--- a/lang/spidermonkey91/files/patch-build_moz.configure_init.configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- build/moz.configure/init.configure.orig 2022-03-30 19:25:29 UTC
-+++ build/moz.configure/init.configure
-@@ -729,6 +729,9 @@ def split_triplet(triplet, allow_msvc=False, allow_was
- elif cpu in ("x86_64", "ia64"):
- canonical_cpu = cpu
- endianness = "little"
-+ elif cpu in ("amd64"):
-+ canonical_cpu = "x86_64"
-+ endianness = "little"
- elif cpu in ("s390", "s390x"):
- canonical_cpu = cpu
- endianness = "big"
diff --git a/lang/spidermonkey91/files/patch-config_gcc__hidden.h b/lang/spidermonkey91/files/patch-config_gcc__hidden.h
deleted file mode 100644
index d9a2d9be37f5..000000000000
--- a/lang/spidermonkey91/files/patch-config_gcc__hidden.h
+++ /dev/null
@@ -1,17 +0,0 @@
-Toggle symbol visibility, otherwise certain symbols are marked as local
-which are actually supposed to be used (e.g. by gjs):
-
-void js::UnsafeTraceManuallyBarrieredEdge<jsid>(JSTracer*, jsid*, char const*)
-void JS::TraceEdge<JSObject*>(JSTracer*, JS::Heap<JSObject*>*, char const*)
-void js::UnsafeTraceManuallyBarrieredEdge<JSObject*>(JSTracer*, JSObject**, char const*)
-void js::UnsafeTraceManuallyBarrieredEdge<JS::Value>(JSTracer*, JS::Value*, char const*)
-
-Index: config/gcc_hidden.h
---- config/gcc_hidden.h.orig 2022-03-30 19:25:29 UTC
-+++ config/gcc_hidden.h
-@@ -3,4 +3,4 @@
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
- /* Begin all files as hidden visibility */
--#pragma GCC visibility push(hidden)
-+#pragma GCC visibility push(default)
diff --git a/lang/spidermonkey91/files/patch-js_moz.configure b/lang/spidermonkey91/files/patch-js_moz.configure
deleted file mode 100644
index ceec1a21abe7..000000000000
--- a/lang/spidermonkey91/files/patch-js_moz.configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- js/moz.configure.orig 2022-04-15 17:29:44 UTC
-+++ js/moz.configure
-@@ -919,7 +919,7 @@ has_readline = check_symbol(
-
- has_readline = check_symbol(
- "readline",
-- flags=["-lreadline"],
-+ flags=["-lreadline", "-L%%LOCALBASE%%/lib"],
- when="--enable-readline",
- onerror=lambda: die("No system readline library found"),
- )
diff --git a/lang/spidermonkey91/files/patch-js_src_Makefile.in b/lang/spidermonkey91/files/patch-js_src_Makefile.in
deleted file mode 100644
index 2dca25000935..000000000000
--- a/lang/spidermonkey91/files/patch-js_src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: js/src/Makefile.in
---- js/src/Makefile.in.orig 2022-03-30 19:25:41 UTC
-+++ js/src/Makefile.in
-@@ -106,7 +106,6 @@ install::
-
- install::
- $(MAKE) -C build install
-- $(MAKE) -C shell install
-
- ifdef HAVE_DTRACE
- javascript-trace.h: $(srcdir)/devtools/javascript-trace.d
diff --git a/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h b/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h
deleted file mode 100644
index 421523e23bd9..000000000000
--- a/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: js/src/jit/ExecutableAllocator.h
---- js/src/jit/ExecutableAllocator.h.orig 2022-03-30 19:25:41 UTC
-+++ js/src/jit/ExecutableAllocator.h
-@@ -39,6 +39,10 @@
- #include "js/TypeDecls.h"
- #include "js/Vector.h"
-
-+#if defined(__OpenBSD__) && defined(__mips64__)
-+#include <mips64/sysarch.h>
-+#endif
-+
- namespace JS {
- struct CodeSizes;
- } // namespace JS
diff --git a/lang/spidermonkey91/files/patch-js_src_jit_ProcessExecutableMemory.h b/lang/spidermonkey91/files/patch-js_src_jit_ProcessExecutableMemory.h
deleted file mode 100644
index 1f4c09b095fb..000000000000
--- a/lang/spidermonkey91/files/patch-js_src_jit_ProcessExecutableMemory.h
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: js/src/jit/ProcessExecutableMemory.h
---- js/src/jit/ProcessExecutableMemory.h.orig 2022-03-30 19:25:41 UTC
-+++ js/src/jit/ProcessExecutableMemory.h
-@@ -14,7 +14,7 @@ namespace jit {
-
- // Limit on the number of bytes of executable memory to prevent JIT spraying
- // attacks.
--#if JS_BITS_PER_WORD == 32
-+#if JS_BITS_PER_WORD == 32 || defined(__OpenBSD__)
- static const size_t MaxCodeBytesPerProcess = 140 * 1024 * 1024;
- #else
- // This is the largest number which satisfies various alignment static
diff --git a/lang/spidermonkey91/files/patch-js_src_wasm_WasmSignalHandlers.cpp b/lang/spidermonkey91/files/patch-js_src_wasm_WasmSignalHandlers.cpp
deleted file mode 100644
index 07912e8cc86a..000000000000
--- a/lang/spidermonkey91/files/patch-js_src_wasm_WasmSignalHandlers.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-Fully define all the registers needed on mips.
-
-Index: js/src/wasm/WasmSignalHandlers.cpp
---- js/src/wasm/WasmSignalHandlers.cpp.orig 2022-03-30 19:25:42 UTC
-+++ js/src/wasm/WasmSignalHandlers.cpp
-@@ -102,6 +102,8 @@ using mozilla::DebugOnly;
- # if defined(__mips__)
- # define EPC_sig(p) ((p)->sc_pc)
- # define RFP_sig(p) ((p)->sc_regs[30])
-+# define RSP_sig(p) ((p)->sc_regs[29])
-+# define R31_sig(p) ((p)->sc_regs[31])
- # endif
- # if defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || \
- defined(__PPC64LE__)
diff --git a/lang/spidermonkey91/files/patch-modules_fdlibm_src_math__private.h b/lang/spidermonkey91/files/patch-modules_fdlibm_src_math__private.h
deleted file mode 100644
index 8be5854b5160..000000000000
--- a/lang/spidermonkey91/files/patch-modules_fdlibm_src_math__private.h
+++ /dev/null
@@ -1,46 +0,0 @@
---- modules/fdlibm/src/math_private.h.orig 2022-04-16 03:20:29 UTC
-+++ modules/fdlibm/src/math_private.h
-@@ -30,7 +30,9 @@
- * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
- */
-
-+#ifndef __FreeBSD__
- typedef double __double_t;
-+#endif
- typedef __double_t double_t;
-
- /*
-@@ -636,6 +638,33 @@ rnint(__double_t x)
- * sometimes be more efficient because no rounding is required.
- */
- #if (defined(amd64) || defined(__i386__)) && defined(__GNUCLIKE_ASM)
-+
-+#if defined(__i386__)
-+static __inline int
-+irintf(float x)
-+{
-+ int n;
-+ __asm("fistl %0" : "=m" (n) : "t" (x));
-+ return (n);
-+}
-+
-+static __inline int
-+irintd(double x)
-+{
-+ int n;
-+ __asm("fistl %0" : "=m" (n) : "t" (x));
-+ return (n);
-+}
-+
-+static __inline int
-+irintl(long x)
-+{
-+ int n;
-+ __asm("fistl %0" : "=m" (n) : "t" (x));
-+ return (n);
-+}
-+#endif
-+
- #define irint(x) \
- (sizeof(x) == sizeof(float) && \
- sizeof(__float_t) == sizeof(long double) ? irintf(x) : \
diff --git a/lang/spidermonkey91/files/patch-moz.configure b/lang/spidermonkey91/files/patch-moz.configure
deleted file mode 100644
index 94ae8c5f0b07..000000000000
--- a/lang/spidermonkey91/files/patch-moz.configure
+++ /dev/null
@@ -1,14 +0,0 @@
-- Fix awk detection
-
-Index: moz.configure
---- moz.configure.orig 2022-03-30 19:25:49 UTC
-+++ moz.configure
-@@ -708,7 +708,7 @@ add_old_configure_assignment("CLANG_PLUGIN", clang_plu
-
- # Awk detection
- # ==============================================================
--awk = check_prog("AWK", ("gawk", "mawk", "nawk", "awk"))
-+awk = check_prog('AWK', ('awk',))
-
- # Until the AWK variable is not necessary in old-configure
-
diff --git a/lang/spidermonkey91/pkg-descr b/lang/spidermonkey91/pkg-descr
deleted file mode 100644
index bfa153b8c457..000000000000
--- a/lang/spidermonkey91/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Spidermonkey is the JavaScript interpreter from the Mozilla project.
diff --git a/lang/spidermonkey91/pkg-plist b/lang/spidermonkey91/pkg-plist
deleted file mode 100644
index 1e66c0b11482..000000000000
--- a/lang/spidermonkey91/pkg-plist
+++ /dev/null
@@ -1,300 +0,0 @@
-bin/js91-config
-include/mozjs-91/BaseProfiler.h
-include/mozjs-91/BaseProfilingCategory.h
-include/mozjs-91/ProfilingCategoryList.h
-include/mozjs-91/double-conversion/double-conversion.h
-include/mozjs-91/double-conversion/double-to-string.h
-include/mozjs-91/double-conversion/string-to-double.h
-include/mozjs-91/double-conversion/utils.h
-include/mozjs-91/encoding_rs_mem.h
-include/mozjs-91/fdlibm.h
-include/mozjs-91/js-config.h
-include/mozjs-91/js/AllocPolicy.h
-include/mozjs-91/js/AllocationLogging.h
-include/mozjs-91/js/AllocationRecording.h
-include/mozjs-91/js/Array.h
-include/mozjs-91/js/ArrayBuffer.h
-include/mozjs-91/js/ArrayBufferMaybeShared.h
-include/mozjs-91/js/BigInt.h
-include/mozjs-91/js/BuildId.h
-include/mozjs-91/js/CallArgs.h
-include/mozjs-91/js/CallNonGenericMethod.h
-include/mozjs-91/js/CharacterEncoding.h
-include/mozjs-91/js/Class.h
-include/mozjs-91/js/ComparisonOperators.h
-include/mozjs-91/js/CompilationAndEvaluation.h
-include/mozjs-91/js/CompileOptions.h
-include/mozjs-91/js/Context.h
-include/mozjs-91/js/ContextOptions.h
-include/mozjs-91/js/Conversions.h
-include/mozjs-91/js/Date.h
-include/mozjs-91/js/Debug.h
-include/mozjs-91/js/Equality.h
-include/mozjs-91/js/ErrorReport.h
-include/mozjs-91/js/Exception.h
-include/mozjs-91/js/ForOfIterator.h
-include/mozjs-91/js/GCAPI.h
-include/mozjs-91/js/GCAnnotations.h
-include/mozjs-91/js/GCHashTable.h
-include/mozjs-91/js/GCPolicyAPI.h
-include/mozjs-91/js/GCTypeMacros.h
-include/mozjs-91/js/GCVariant.h
-include/mozjs-91/js/GCVector.h
-include/mozjs-91/js/HashTable.h
-include/mozjs-91/js/HeapAPI.h
-include/mozjs-91/js/HelperThreadAPI.h
-include/mozjs-91/js/Id.h
-include/mozjs-91/js/Initialization.h
-include/mozjs-91/js/JSON.h
-include/mozjs-91/js/LocaleSensitive.h
-include/mozjs-91/js/MapAndSet.h
-include/mozjs-91/js/MemoryFunctions.h
-include/mozjs-91/js/MemoryMetrics.h
-include/mozjs-91/js/Modules.h
-include/mozjs-91/js/Object.h
-include/mozjs-91/js/OffThreadScriptCompilation.h
-include/mozjs-91/js/Principals.h
-include/mozjs-91/js/Printf.h
-include/mozjs-91/js/ProfilingCategory.h
-include/mozjs-91/js/ProfilingCategoryList.h
-include/mozjs-91/js/ProfilingFrameIterator.h
-include/mozjs-91/js/ProfilingStack.h
-include/mozjs-91/js/Promise.h
-include/mozjs-91/js/PropertyDescriptor.h
-include/mozjs-91/js/PropertySpec.h
-include/mozjs-91/js/ProtoKey.h
-include/mozjs-91/js/Proxy.h
-include/mozjs-91/js/Realm.h
-include/mozjs-91/js/RealmIterators.h
-include/mozjs-91/js/RealmOptions.h
-include/mozjs-91/js/RefCounted.h
-include/mozjs-91/js/RegExp.h
-include/mozjs-91/js/RegExpFlags.h
-include/mozjs-91/js/Result.h
-include/mozjs-91/js/RootingAPI.h
-include/mozjs-91/js/SavedFrameAPI.h
-include/mozjs-91/js/ScalarType.h
-include/mozjs-91/js/SharedArrayBuffer.h
-include/mozjs-91/js/SliceBudget.h
-include/mozjs-91/js/SourceText.h
-include/mozjs-91/js/StableStringChars.h
-include/mozjs-91/js/Stream.h
-include/mozjs-91/js/String.h
-include/mozjs-91/js/StructuredClone.h
-include/mozjs-91/js/SweepingAPI.h
-include/mozjs-91/js/Symbol.h
-include/mozjs-91/js/TraceKind.h
-include/mozjs-91/js/TraceLoggerAPI.h
-include/mozjs-91/js/TracingAPI.h
-include/mozjs-91/js/Transcoding.h
-include/mozjs-91/js/TypeDecls.h
-include/mozjs-91/js/UbiNode.h
-include/mozjs-91/js/UbiNodeBreadthFirst.h
-include/mozjs-91/js/UbiNodeCensus.h
-include/mozjs-91/js/UbiNodeDominatorTree.h
-include/mozjs-91/js/UbiNodePostOrder.h
-include/mozjs-91/js/UbiNodeShortestPaths.h
-include/mozjs-91/js/UbiNodeUtils.h
-include/mozjs-91/js/UniquePtr.h
-include/mozjs-91/js/Utility.h
-include/mozjs-91/js/Value.h
-include/mozjs-91/js/ValueArray.h
-include/mozjs-91/js/Vector.h
-include/mozjs-91/js/Warnings.h
-include/mozjs-91/js/WasmFeatures.h
-include/mozjs-91/js/WasmModule.h
-include/mozjs-91/js/WeakMap.h
-include/mozjs-91/js/WeakMapPtr.h
-include/mozjs-91/js/Wrapper.h
-include/mozjs-91/js/Zone.h
-include/mozjs-91/js/experimental/CTypes.h
-include/mozjs-91/js/experimental/CodeCoverage.h
-include/mozjs-91/js/experimental/Intl.h
-include/mozjs-91/js/experimental/JSStencil.h
-include/mozjs-91/js/experimental/JitInfo.h
-include/mozjs-91/js/experimental/PCCountProfiling.h
-include/mozjs-91/js/experimental/SourceHook.h
-include/mozjs-91/js/experimental/TypedData.h
-include/mozjs-91/js/friend/DOMProxy.h
-include/mozjs-91/js/friend/DumpFunctions.h
-include/mozjs-91/js/friend/ErrorMessages.h
-include/mozjs-91/js/friend/ErrorNumbers.msg
-include/mozjs-91/js/friend/JSMEnvironment.h
-include/mozjs-91/js/friend/PerformanceHint.h
-include/mozjs-91/js/friend/StackLimits.h
-include/mozjs-91/js/friend/UsageStatistics.h
-include/mozjs-91/js/friend/WindowProxy.h
-include/mozjs-91/js/friend/XrayJitInfo.h
-include/mozjs-91/js/shadow/Function.h
-include/mozjs-91/js/shadow/Object.h
-include/mozjs-91/js/shadow/Realm.h
-include/mozjs-91/js/shadow/Shape.h
-include/mozjs-91/js/shadow/String.h
-include/mozjs-91/js/shadow/Symbol.h
-include/mozjs-91/js/shadow/Zone.h
-include/mozjs-91/jsapi.h
-include/mozjs-91/jsfriendapi.h
-include/mozjs-91/jspubtd.h
-include/mozjs-91/jstypes.h
-include/mozjs-91/malloc_decls.h
-include/mozjs-91/mozilla/Algorithm.h
-include/mozjs-91/mozilla/Alignment.h
-include/mozjs-91/mozilla/AllocPolicy.h
-include/mozjs-91/mozilla/AlreadyAddRefed.h
-include/mozjs-91/mozilla/Array.h
-include/mozjs-91/mozilla/ArrayUtils.h
-include/mozjs-91/mozilla/Assertions.h
-include/mozjs-91/mozilla/AtomicBitfields.h
-include/mozjs-91/mozilla/Atomics.h
-include/mozjs-91/mozilla/Attributes.h
-include/mozjs-91/mozilla/AutoProfilerLabel.h
-include/mozjs-91/mozilla/AwakeTimeStamp.h
-include/mozjs-91/mozilla/BaseProfileJSONWriter.h
-include/mozjs-91/mozilla/BaseProfilerCounts.h
-include/mozjs-91/mozilla/BaseProfilerDetail.h
-include/mozjs-91/mozilla/BaseProfilerLabels.h
-include/mozjs-91/mozilla/BaseProfilerMarkerTypes.h
-include/mozjs-91/mozilla/BaseProfilerMarkers.h
-include/mozjs-91/mozilla/BaseProfilerMarkersDetail.h
-include/mozjs-91/mozilla/BaseProfilerMarkersPrerequisites.h
-include/mozjs-91/mozilla/BaseProfilerState.h
-include/mozjs-91/mozilla/BinarySearch.h
-include/mozjs-91/mozilla/BitSet.h
-include/mozjs-91/mozilla/BlocksRingBuffer.h
-include/mozjs-91/mozilla/BloomFilter.h
-include/mozjs-91/mozilla/Buffer.h
-include/mozjs-91/mozilla/BufferList.h
-include/mozjs-91/mozilla/Casting.h
-include/mozjs-91/mozilla/ChaosMode.h
-include/mozjs-91/mozilla/Char16.h
-include/mozjs-91/mozilla/CheckedInt.h
-include/mozjs-91/mozilla/CompactPair.h
-include/mozjs-91/mozilla/Compiler.h
-include/mozjs-91/mozilla/Compression.h
-include/mozjs-91/mozilla/DbgMacro.h
-include/mozjs-91/mozilla/DebugOnly.h
-include/mozjs-91/mozilla/Decimal.h
-include/mozjs-91/mozilla/DefineEnum.h
-include/mozjs-91/mozilla/DoubleConversion.h
-include/mozjs-91/mozilla/DoublyLinkedList.h
-include/mozjs-91/mozilla/EndianUtils.h
-include/mozjs-91/mozilla/EnumSet.h
-include/mozjs-91/mozilla/EnumTypeTraits.h
-include/mozjs-91/mozilla/EnumeratedArray.h
-include/mozjs-91/mozilla/EnumeratedRange.h
-include/mozjs-91/mozilla/FStream.h
-include/mozjs-91/mozilla/FastBernoulliTrial.h
-include/mozjs-91/mozilla/FloatingPoint.h
-include/mozjs-91/mozilla/FunctionRef.h
-include/mozjs-91/mozilla/FunctionTypeTraits.h
-include/mozjs-91/mozilla/HashFunctions.h
-include/mozjs-91/mozilla/HashTable.h
-include/mozjs-91/mozilla/HelperMacros.h
-include/mozjs-91/mozilla/InitializedOnce.h
-include/mozjs-91/mozilla/IntegerPrintfMacros.h
-include/mozjs-91/mozilla/IntegerRange.h
-include/mozjs-91/mozilla/IntegerTypeTraits.h
-include/mozjs-91/mozilla/JSONWriter.h
-include/mozjs-91/mozilla/JsRust.h
-include/mozjs-91/mozilla/Latin1.h
-include/mozjs-91/mozilla/Likely.h
-include/mozjs-91/mozilla/LinkedList.h
-include/mozjs-91/mozilla/MacroArgs.h
-include/mozjs-91/mozilla/MacroForEach.h
-include/mozjs-91/mozilla/MathAlgorithms.h
-include/mozjs-91/mozilla/Maybe.h
-include/mozjs-91/mozilla/MaybeOneOf.h
-include/mozjs-91/mozilla/MaybeStorageBase.h
-include/mozjs-91/mozilla/MemoryChecking.h
-include/mozjs-91/mozilla/MemoryReporting.h
-include/mozjs-91/mozilla/MmapFaultHandler.h
-include/mozjs-91/mozilla/ModuloBuffer.h
-include/mozjs-91/mozilla/NonDereferenceable.h
-include/mozjs-91/mozilla/NotNull.h
-include/mozjs-91/mozilla/Opaque.h
-include/mozjs-91/mozilla/OperatorNewExtensions.h
-include/mozjs-91/mozilla/PairHash.h
-include/mozjs-91/mozilla/Path.h
-include/mozjs-91/mozilla/PlatformConditionVariable.h
-include/mozjs-91/mozilla/PlatformMutex.h
-include/mozjs-91/mozilla/PodOperations.h
-include/mozjs-91/mozilla/Poison.h
-include/mozjs-91/mozilla/PowerOfTwo.h
-include/mozjs-91/mozilla/Printf.h
-include/mozjs-91/mozilla/ProfileBufferChunk.h
-include/mozjs-91/mozilla/ProfileBufferChunkManager.h
-include/mozjs-91/mozilla/ProfileBufferChunkManagerSingle.h
-include/mozjs-91/mozilla/ProfileBufferChunkManagerWithLocalLimit.h
-include/mozjs-91/mozilla/ProfileBufferControlledChunkManager.h
-include/mozjs-91/mozilla/ProfileBufferEntryKinds.h
-include/mozjs-91/mozilla/ProfileBufferEntrySerialization.h
-include/mozjs-91/mozilla/ProfileBufferIndex.h
-include/mozjs-91/mozilla/ProfileChunkedBuffer.h
-include/mozjs-91/mozilla/RandomNum.h
-include/mozjs-91/mozilla/Range.h
-include/mozjs-91/mozilla/RangedArray.h
-include/mozjs-91/mozilla/RangedPtr.h
-include/mozjs-91/mozilla/ReentrancyGuard.h
-include/mozjs-91/mozilla/RefCountType.h
-include/mozjs-91/mozilla/RefCounted.h
-include/mozjs-91/mozilla/RefPtr.h
-include/mozjs-91/mozilla/Result.h
-include/mozjs-91/mozilla/ResultExtensions.h
-include/mozjs-91/mozilla/ResultVariant.h
-include/mozjs-91/mozilla/ReverseIterator.h
-include/mozjs-91/mozilla/RollingMean.h
-include/mozjs-91/mozilla/SHA1.h
-include/mozjs-91/mozilla/SPSCQueue.h
-include/mozjs-91/mozilla/Saturate.h
-include/mozjs-91/mozilla/ScopeExit.h
-include/mozjs-91/mozilla/Scoped.h
-include/mozjs-91/mozilla/SegmentedVector.h
-include/mozjs-91/mozilla/SharedLibrary.h
-include/mozjs-91/mozilla/SmallPointerArray.h
-include/mozjs-91/mozilla/Span.h
-include/mozjs-91/mozilla/SplayTree.h
-include/mozjs-91/mozilla/Sprintf.h
-include/mozjs-91/mozilla/StackWalk.h
-include/mozjs-91/mozilla/StaticAnalysisFunctions.h
-include/mozjs-91/mozilla/TaggedAnonymousMemory.h
-include/mozjs-91/mozilla/Tainting.h
-include/mozjs-91/mozilla/TemplateLib.h
-include/mozjs-91/mozilla/TextUtils.h
-include/mozjs-91/mozilla/ThreadLocal.h
-include/mozjs-91/mozilla/ThreadSafeWeakPtr.h
-include/mozjs-91/mozilla/TimeStamp.h
-include/mozjs-91/mozilla/ToString.h
-include/mozjs-91/mozilla/Tuple.h
-include/mozjs-91/mozilla/TypeTraits.h
-include/mozjs-91/mozilla/TypedEnumBits.h
-include/mozjs-91/mozilla/Types.h
-include/mozjs-91/mozilla/UniquePtr.h
-include/mozjs-91/mozilla/UniquePtrExtensions.h
-include/mozjs-91/mozilla/Unused.h
-include/mozjs-91/mozilla/Uptime.h
-include/mozjs-91/mozilla/Utf8.h
-include/mozjs-91/mozilla/Variant.h
-include/mozjs-91/mozilla/Vector.h
-include/mozjs-91/mozilla/WeakPtr.h
-include/mozjs-91/mozilla/WrappingOperations.h
-include/mozjs-91/mozilla/XorShift128PlusRNG.h
-include/mozjs-91/mozilla/cxxalloc.h
-include/mozjs-91/mozilla/fallible.h
-include/mozjs-91/mozilla/glue/Debug.h
-include/mozjs-91/mozilla/glue/WinUtils.h
-include/mozjs-91/mozilla/intl/Calendar.h
-include/mozjs-91/mozilla/intl/DateTimeFormat.h
-include/mozjs-91/mozilla/intl/DateTimePatternGenerator.h
-include/mozjs-91/mozilla/intl/ICU4CGlue.h
-include/mozjs-91/mozilla/intl/NumberFormat.h
-include/mozjs-91/mozilla/intl/PluralRules.h
-include/mozjs-91/mozilla/leb128iterator.h
-include/mozjs-91/mozilla/mozalloc.h
-include/mozjs-91/mozilla/mozalloc_abort.h
-include/mozjs-91/mozilla/mozalloc_oom.h
-include/mozjs-91/mozjemalloc_types.h
-include/mozjs-91/mozmemory.h
-include/mozjs-91/mozmemory_wrap.h
-lib/libmozjs-91.so
-lib/libmozjs-91.so.1
-libdata/pkgconfig/mozjs-91.pc