2020-08-17 13:05:27 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<!ENTITY spidermonkey-download-http "&mozilla-http;/firefox/releases/&spidermonkey-version;esr/source/firefox-&spidermonkey-version;esr.source.tar.xz">
|
|
|
|
<!ENTITY spidermonkey-download-ftp " ">
|
2023-09-18 01:50:23 +08:00
|
|
|
<!ENTITY spidermonkey-md5sum "c8deec3a0e558a1882f11bbea2fbd462">
|
|
|
|
<!ENTITY spidermonkey-size "484 MB">
|
|
|
|
<!ENTITY spidermonkey-buildsize "3.3 GB (39 MB installed after removing 36MB static lib; additional 0.4 GB for the tests)">
|
|
|
|
<!ENTITY spidermonkey-time "2.0 SBU (with parallelism=4; additional 3.8 SBU for the tests)">
|
2020-08-17 13:05:27 +08:00
|
|
|
]>
|
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<sect1 id="spidermonkey" xreflabel="SpiderMonkey from Firefox-&spidermonkey-version;">
|
|
|
|
<?dbhtml filename="spidermonkey.html"?>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<title>SpiderMonkey from Firefox-&spidermonkey-version;</title>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<indexterm zone="spidermonkey">
|
|
|
|
<primary sortas="a-spidermonkey">SpiderMonkey</primary>
|
2020-08-17 13:05:27 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
2023-09-18 00:55:11 +08:00
|
|
|
<title>Introduction to SpiderMonkey</title>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
<application>SpiderMonkey</application> is Mozilla's JavaScript and
|
2022-03-06 17:11:37 +08:00
|
|
|
WebAssembly Engine, written in C++ and Rust.
|
2023-09-18 00:55:11 +08:00
|
|
|
In BLFS, the source code of SpiderMonkey is taken from Firefox.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
|
2023-09-18 01:50:23 +08:00
|
|
|
<!-- To editors: make sure polkit works with mozjs when
|
|
|
|
tagging SpiderMonkey or upgrading it to a new major version. -->
|
2023-08-20 04:19:27 +08:00
|
|
|
&lfs120_checked;
|
2021-02-21 09:41:49 +08:00
|
|
|
|
2020-08-17 13:05:27 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Download (HTTP): <ulink url="&spidermonkey-download-http;"/>
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Download (FTP): <ulink url="&spidermonkey-download-ftp;"/>
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Download MD5 sum: &spidermonkey-md5sum;
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Download size: &spidermonkey-size;
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Estimated disk space required: &spidermonkey-buildsize;
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Estimated build time: &spidermonkey-time;
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2022-03-06 16:22:05 +08:00
|
|
|
<!--
|
2020-08-17 13:05:27 +08:00
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Required patch:
|
2022-03-06 16:22:05 +08:00
|
|
|
<ulink url="&patch-root;/js-&JS91-version;-python_3_10-1.patch"/>
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2022-03-06 16:22:05 +08:00
|
|
|
-->
|
2023-09-18 00:55:11 +08:00
|
|
|
<bridgehead renderas="sect3">SpiderMonkey Dependencies</bridgehead>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="icu"/>,
|
|
|
|
<xref linkend="rust"/>, and
|
|
|
|
<xref linkend="which"/>
|
|
|
|
</para>
|
|
|
|
|
2022-06-28 22:48:54 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2022-08-28 16:12:31 +08:00
|
|
|
<!-- If clang is installed, it will be used instead of gcc.
|
2022-08-29 14:51:30 +08:00
|
|
|
gcc does not work for 32-bit system w/o -msse2 -mfpmath=sse:
|
2022-08-28 16:12:31 +08:00
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
|
|
|
|
<xref linkend="llvm"/> (with <application>Clang</application>,
|
2022-11-15 04:01:00 +08:00
|
|
|
required for 32-bit systems without SSE2 capabilities)
|
2022-06-28 22:48:54 +08:00
|
|
|
</para>
|
|
|
|
|
2023-07-23 08:42:32 +08:00
|
|
|
<important>
|
|
|
|
<para>
|
|
|
|
If you are building this package on a 32-bit system, and Clang
|
|
|
|
is not installed or you're overriding the default compiler choice
|
|
|
|
with the environment variable <envar>CXX</envar>, please read the
|
|
|
|
Command Explanations section first.
|
|
|
|
</para>
|
|
|
|
</important>
|
|
|
|
|
2020-08-17 13:05:27 +08:00
|
|
|
<!-- It seems nasm is only used for aarch64-win64. -->
|
|
|
|
<!--bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="nasm"/>
|
|
|
|
</para-->
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
2023-09-18 00:55:11 +08:00
|
|
|
<title>Installation of SpiderMonkey</title>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Unlike most other packages in BLFS, the instructions below require
|
|
|
|
you to untar
|
|
|
|
<filename>firefox-&spidermonkey-version;esr.tar.xz</filename> and
|
|
|
|
change into the <filename>firefox-&spidermonkey-version;</filename>
|
|
|
|
folder.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Extracting the tarball
|
|
|
|
will reset the permissions of the current directory to 0755 if you
|
|
|
|
have permission to do that. If you do this in a directory where
|
|
|
|
the sticky bit is set, such
|
|
|
|
as <filename class="directory">/tmp</filename> it will end with error
|
|
|
|
messages:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<literallayout>tar: .: Cannot utime: Operation not permitted
|
|
|
|
tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
|
|
|
|
tar: Exiting with failure status due to previous errors
|
|
|
|
</literallayout>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This does finish with non-zero status, but it does
|
|
|
|
<emphasis>NOT</emphasis> mean there is a real problem.
|
|
|
|
Do not untar as the <systemitem class="username">root</systemitem> user
|
|
|
|
in a directory where the sticky bit is set - that will unset it.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</note>
|
2023-07-22 00:43:01 +08:00
|
|
|
|
2020-08-17 13:05:27 +08:00
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
Install <application>SpiderMonkey</application> by running the following
|
2020-08-17 13:05:27 +08:00
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2022-11-02 05:31:52 +08:00
|
|
|
<note>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2020-08-17 13:05:27 +08:00
|
|
|
href="../../xincludes/mozshm.xml"/>
|
|
|
|
|
2022-11-02 05:31:52 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2020-08-17 13:05:27 +08:00
|
|
|
href="../../xincludes/mozconfigure.xml"/>
|
2021-05-10 05:28:41 +08:00
|
|
|
|
2022-11-02 05:31:52 +08:00
|
|
|
<para>
|
|
|
|
Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
|
|
|
|
the rust code will use all processors.
|
|
|
|
</para>
|
|
|
|
</note>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
|
|
|
<screen><userinput>mkdir obj &&
|
|
|
|
cd obj &&
|
|
|
|
|
2023-09-18 01:50:23 +08:00
|
|
|
../js/src/configure --prefix=/usr \
|
|
|
|
--with-intl-api \
|
|
|
|
--with-system-zlib \
|
|
|
|
--with-system-icu \
|
|
|
|
--disable-jemalloc \
|
|
|
|
--disable-debug-symbols \
|
|
|
|
--enable-readline &&
|
2020-08-17 13:05:27 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
To run the SpiderMonkey test suite, issue:
|
2020-10-03 23:30:37 +08:00
|
|
|
<command>make -C js/src check-jstests
|
|
|
|
JSTESTS_EXTRA_ARGS="--timeout 300 --wpt=disabled"</command>.
|
|
|
|
It's recommended to redirect the output into a log.
|
|
|
|
<!-- recheck when ICU gets upgraded -->
|
2023-09-18 01:50:23 +08:00
|
|
|
Because we are building with system ICU, 8 tests
|
2022-12-14 03:47:32 +08:00
|
|
|
(out of a total of more than 50,000) are known to fail.
|
2021-06-02 02:28:53 +08:00
|
|
|
</para>
|
|
|
|
<para>
|
2023-09-18 01:50:23 +08:00
|
|
|
The JIT test suite can use a large amount of system memory.
|
|
|
|
Running the JIT test suite without enough memory may invoke the
|
|
|
|
the kernel OOM killer and cause stability issue. To run the JIT test
|
|
|
|
suite, ensure the amount of available system memory is at least 16 GB,
|
|
|
|
<!-- When I run it within a cgroup with 8 GB memory assigned, the test
|
|
|
|
is OOM killed. Increasing the assigned memory to 16 GB makes
|
|
|
|
all tests pass. -->
|
|
|
|
then issue: <command>make -C js/src check-jit-test
|
2022-03-06 16:22:05 +08:00
|
|
|
JITTEST_EXTRA_ARGS="--timeout 300"</command>.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
|
2021-02-24 05:28:17 +08:00
|
|
|
<caution>
|
|
|
|
<para>
|
|
|
|
An issue in the installation process causes any running program which
|
2023-09-18 00:55:11 +08:00
|
|
|
links to SpiderMonkey shared library (for example, GNOME Shell) to
|
|
|
|
crash if SpiderMonkey is reinstalled, or upgraded or downgraded
|
|
|
|
without a change of the the major version number
|
|
|
|
(&spidermonkey-major; in &spidermonkey-version;). To work around
|
|
|
|
this issue, remove the old version of the SpiderMonkey shared
|
|
|
|
library before installation:
|
2021-02-24 05:28:17 +08:00
|
|
|
</para>
|
2021-02-23 23:45:03 +08:00
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<screen role="root"><userinput>rm -fv /usr/lib/libmozjs-&spidermonkey-major;.so</userinput></screen>
|
2021-02-24 05:28:17 +08:00
|
|
|
</caution>
|
2021-02-23 23:45:03 +08:00
|
|
|
|
2020-08-17 13:05:27 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
|
|
rm -v /usr/lib/libjs_static.ajs &&
|
2023-09-18 00:55:11 +08:00
|
|
|
sed -i '/@NSPR_CFLAGS@/d' /usr/bin/js&spidermonkey-major;-config</userinput></screen>
|
2020-08-17 13:05:27 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
2022-03-06 16:22:05 +08:00
|
|
|
<command>sh ../js/src/configure.in</command>:
|
|
|
|
<filename>configure.in</filename> is actually a shell script, but
|
|
|
|
the executable bit is not set in its permission mode so it's needed
|
|
|
|
to explicitly run it with <command>sh</command>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--with-intl-api</parameter>: This enables the
|
|
|
|
internationalization functions required by
|
|
|
|
<application>Gjs</application>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--with-system-*</parameter>: These parameters allow the build system
|
2020-08-17 13:05:27 +08:00
|
|
|
to use system versions of the above libraries. These are required for
|
|
|
|
stability.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--enable-readline</parameter>: This switch enables Readline
|
2023-09-18 00:55:11 +08:00
|
|
|
support in the SpiderMonkey command line interface.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
2021-09-07 01:42:49 +08:00
|
|
|
|
2020-08-17 13:05:27 +08:00
|
|
|
<para>
|
|
|
|
<parameter>--disable-jemalloc</parameter>: This switch disables the
|
2023-09-18 00:55:11 +08:00
|
|
|
internal memory allocator used in SpiderMonkey. jemalloc is only
|
|
|
|
intended for the Firefox browser environment. For other applications
|
|
|
|
using SpiderMonkey, the application may crash as items allocated in
|
|
|
|
the jemalloc allocator are freed on the system (glibc) allocator.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--disable-debug-symbols</parameter>: Don't generate debug
|
|
|
|
symbols since they are very large and most users won't need it. Remove
|
2023-09-18 00:55:11 +08:00
|
|
|
it if you want to debug SpiderMonkey.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<command>rm -v /usr/lib/libjs_static.ajs</command>: Remove a large
|
|
|
|
static library which is not used by any BLFS package.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
<command>sed -i '/@NSPR_CFLAGS@/d'
|
|
|
|
/usr/bin/js&spidermonkey-major;-config</command>:
|
|
|
|
Prevent <command>js&spidermonkey-major;-config</command> from using
|
|
|
|
buggy CFLAGS.
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
|
|
|
|
2022-06-28 22:48:54 +08:00
|
|
|
<para>
|
2022-08-29 03:00:05 +08:00
|
|
|
<option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
|
2022-06-28 22:48:54 +08:00
|
|
|
prefer to use gcc and g++ instead of upstream's defaults of the
|
|
|
|
<application>clang</application> programs. With the release of
|
|
|
|
gcc-12 the build takes longer with gcc and g++, primarily because
|
2022-06-29 13:22:51 +08:00
|
|
|
of extra warnings, and is bigger. Pass these environment variables
|
|
|
|
to the configure script if you wish to continue to use gcc, g++
|
|
|
|
(by exporting them and unset them after the installation, or simply
|
|
|
|
prepending them before the
|
2022-08-29 14:51:30 +08:00
|
|
|
<command>sh ../js/src/configure.in</command> command). If you are
|
|
|
|
building on a 32-bit system, also see below.
|
2022-06-28 22:48:54 +08:00
|
|
|
</para>
|
|
|
|
|
2022-08-29 14:51:30 +08:00
|
|
|
<para>
|
|
|
|
<option><envar>CXXFLAGS="-msse2 -mfpmath=sse"</envar></option>:
|
|
|
|
Use SSE2 instead of 387 for double-precision floating-point
|
2022-08-30 23:45:36 +08:00
|
|
|
operations. It's needed by GCC to satisfy the expectations of
|
2022-09-04 06:59:57 +08:00
|
|
|
upstream (Mozilla) developers with floating-point arithmetic.
|
2022-08-29 14:51:30 +08:00
|
|
|
Use it if you are building this package on a 32-bit system with
|
|
|
|
GCC (if Clang is not installed or GCC is explicitly specified).
|
2023-09-18 00:55:11 +08:00
|
|
|
Note that this will cause SpiderMonkey to crash on a processor without
|
|
|
|
SSE2 capability. If you are running the system on such an old
|
|
|
|
processor, Clang is strictly needed. This setting is not needed on
|
|
|
|
64-bit systems because all 64-bit x86 processors support SSE2 and the
|
|
|
|
64-bit compilers (both Clang and GCC) use SSE2 by default.
|
2022-08-29 14:51:30 +08:00
|
|
|
</para>
|
2020-08-17 13:05:27 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
2023-09-18 00:55:11 +08:00
|
|
|
js&spidermonkey-major; and js&spidermonkey-major;-config
|
2020-08-17 13:05:27 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2023-09-18 00:55:11 +08:00
|
|
|
libmozjs-&spidermonkey-major;.so
|
2020-08-17 13:05:27 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2023-09-18 00:55:11 +08:00
|
|
|
/usr/include/mozjs-&spidermonkey-major;
|
2020-08-17 13:05:27 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<varlistentry id="js&spidermonkey-major;">
|
|
|
|
<term><command>js&spidermonkey-major;</command></term>
|
2020-08-17 13:05:27 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
provides a command line interface to the
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>JavaScript</application> engine
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
2023-09-18 00:55:11 +08:00
|
|
|
<indexterm zone="spidermonkey js&spidermonkey-major;">
|
|
|
|
<primary sortas="b-js&spidermonkey-major;">
|
|
|
|
js&spidermonkey-major;
|
|
|
|
</primary>
|
2020-08-17 13:05:27 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<varlistentry id="js&spidermonkey-major;-config">
|
|
|
|
<term><command>js&spidermonkey-major;-config</command></term>
|
2020-08-17 13:05:27 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2023-09-18 00:55:11 +08:00
|
|
|
is used to find the SpiderMonkey compiler and linker flags
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
2023-09-18 00:55:11 +08:00
|
|
|
<indexterm zone="spidermonkey js&spidermonkey-major;-config">
|
|
|
|
<primary sortas="b-js&spidermonkey-major;-config">i
|
|
|
|
js&spidermonkey-major;-config
|
|
|
|
</primary>
|
2020-08-17 13:05:27 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2023-09-18 00:55:11 +08:00
|
|
|
<varlistentry id="libmozjs-&spidermonkey-major;">
|
|
|
|
<term>
|
|
|
|
<filename class="libraryfile">
|
|
|
|
libmozjs-&spidermonkey-major;.so
|
|
|
|
</filename>
|
|
|
|
</term>
|
2020-08-17 13:05:27 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
contains the Mozilla JavaScript API functions
|
2020-08-17 13:05:27 +08:00
|
|
|
</para>
|
2023-09-18 00:55:11 +08:00
|
|
|
<indexterm zone="spidermonkey libmozjs-&spidermonkey-major;">
|
|
|
|
<primary sortas="c-libmozjs&spidermonkey-major;">
|
|
|
|
libmozjs-&spidermonkey-major;.so
|
|
|
|
</primary>
|
2020-08-17 13:05:27 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
2021-02-19 23:20:16 +08:00
|
|
|
|
2020-08-17 13:05:27 +08:00
|
|
|
</sect1>
|