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/Obje...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Obje...
Date: Wed, 26 Mar 2008 09:13:27 +0100

On Wed, Mar 26, 2008 at 09:23:28AM +0800, zou lunkai wrote:
> Just some comments:
> 
> +obj3.__proto__ = undefined;        <------ [1]
> +check_equals(typeof(obj3), "object");
> +xcheck_equals(obj3, undefined);   <----- [2]
> 
> since obj3.__proto__ is set to 'undefined', then both obj3.toString()
> and obj3.valueOf() should give us 'undefined', so [2] should be passed
> anyway.  Maybe __proto__ is protected in Gnash not be overridden?

Sounds possible, please add a check_equals(typeof(obj3.__proto__), 'undefined')
to confirm.

--strk;




reply via email to

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