On 12/17/13 5:51 AM, Andreas Schlegel wrote:
> The problem is, that in the HashableValue::operator==() function the
> Context cx was given as nullptr to SameValue():
> JS_ASSERT(SameValue(nullptr, value, other.value, &same));

You can just delete that assertion. But you'll also have to look out for
other places where nullptr is passed to SameValue (probably rare).

-j
_______________________________________________
dev-tech-js-engine-internals mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to