Subj : Re: Value of Assignment Expression... To : netscape.public.mozilla.jseng From : sukhisoul Date : Fri Feb 04 2005 05:38 am > > Yes, also fixed on the trunk, and for Firefox 1.0 and Mozilla 1.7.5. > See https://bugzilla.mozilla.org/show_bug.cgi?id=261887. > > /be It seems that we are duplicating some of the work already done by others. So before I proceed further, let me ask this. Has Spidermonkey been tested against OMA(Open Mobile Alliance) ESMP test suite, and have the bugs found been fixed? Because these bugs were found while testing Spidermonkey against that test suite. If the bugs have been fixed then we might as well pick up the latest version. Any idea when we can expect RC6b? We also found another standards-non compliance issue. Specs say that if a class/object does not implement "[[HasInstance]]" internal method then "instanceof" function should throw a TypeError exception. Thus, if I have a test case with statement "num instanceof Math" then this should throw an exception(section 11.8.6 of ECMA-262). Spidermonkey does not throw this exception. Milind .