Re: How to create a new runtime in spidermonkey 60

Jan de Mooij <[email protected]> Tue, 6 Aug 2019 15:47:40 +0200
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <CABTC+Jc7yniCFqYwEomo=ox+t8kJdrfz2a0tV-oPJ_+qtycNAw@mail.gmail.com>
On Tue, Aug 6, 2019 at 11:35 AM msami <[email protected]> wrote:

> but I want to control creating runtime and context
>

It's no longer possible to create multiple contexts per runtime. As far as
the API is concerned, JSRuntime and JSContext exist 1:1 and it's not
possible (and doesn't make sense) to create one without the other.

Jan


>
> Thanks in advance
> _______________________________________________
> dev-tech-js-engine mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-js-engine
>