On Mon, Aug 27, 2007 at 02:45:54PM +0800, zou lunkai wrote: > > + // this is true only in swf5 (any function is equal to any other in SWF5) > > xcheck(obj.toString == Object.prototype.toString); > > xcheck(obj.valueOf == Object.prototype.valueOf); > > + xcheck(obj.toString == obj.valueOf); > > see added tests in toString_valueOf.as. This is due to functions in > SWF5 do not support valueOf and toString. And there is no Function > object in SWF5(need a double check).
Actually, I belive comparison of functions is different in SWF5. --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
