Re: Missing js::SharedArrayRawBufferRefs::~SharedArrayRawBufferRefs symbol in spidermonkey 68

Kannan Vijayan <[email protected]> Tue, 9 Jun 2020 17:20:48 -0400
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <CAA2eH6eajWmsmw6Gz+C2fVFnzs15qfiZfvxfJNT=XyAa6aSF4A@mail.gmail.com>
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
>