On 2/15/15 4:24 PM, obastemur wrote:
--->    JS_ASSERT(!cx->compartment());

This is asserting that no one is using the context you're destroying, no? If you destroy it. whenever the thing that's using it tries to reset the compartment back to null will crash because the object is dead, I'd think.

-Boris
_______________________________________________
dev-tech-js-engine-internals mailing list
dev-tech-js-engine-internals@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to