Hello Jason, thank you for your reply. Because of the debug the asBits method should be the same as SameValue, is this correct?
I've changed StrictlyEqual which is called by SameValue. I've thought this is used as SameValue-Algorithm from the Spec. Now I have to change all places with asBits comparisms too? Best regards Andreas Am 17.12.2013 23:56 schrieb "Jason Orendorff" <[email protected]>: > 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

