gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/toSt...


From: Sandro Santilli
Subject: Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/toSt...
Date: Fri, 31 Aug 2007 20:37:26 +0200

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]