Re: Missing js::SharedArrayRawBufferRefs::~SharedArrayRawBufferRefs symbol in spidermonkey 68
[email protected] Wed, 10 Jun 2020 00:27:15 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, June 9, 2020 at 11:21:08 PM UTC+2, Kannan Vijayan wrote: > Hi, > > Are you sure you're compiling with the correct headers for your library? I > took a look around, and at least by the current codebase that export list > seems reasonable. The definition of the destructor is inlined in the > header, and is a call to `clear`, which is exported in your list. > > https://searchfox.org/mozilla-central/rev/fac90408bcf52ca88a3dcd2ef30a379b68ab24e2/js/public/StructuredClone.h#643 > > On Sat, Jun 6, 2020 at 5:10 PM <[email protected]> wrote: > > > BTW, I would be satisfied just to understand how to move data between > > contexts. Using stringify it's too limiting (missing Map, Regex, etc..). > > _______________________________________________ > > dev-tech-js-engine mailing list > > [email protected] > > https://lists.mozilla.org/listinfo/dev-tech-js-engine > > Hi! I think so. The headers are provided by the mozjs development package of Debian 11 and I am using the mozjs pkg-config script to fetch the required informations.