gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/testsuite/misc-ming.all DefineEditTextTest.c


From: Sandro Santilli
Subject: Re: [Gnash-commit] gnash/testsuite/misc-ming.all DefineEditTextTest.c
Date: Sun, 15 Jul 2007 13:33:53 +0200

On Sun, Jul 15, 2007 at 04:09:08PM +0800, zou lunkai wrote:
> On 7/13/07, strk <address@hidden> wrote:
> >On Fri, Jul 13, 2007 at 03:35:22AM +0000, Zou Lunkai wrote:
> >
> >> +  // Why _alpha is special???
> >>    xcheck_equals(mo, "dtext1.__proto__.hasOwnProperty('_alpha')", 
> >"false");
> >
> >check( dtext1.hasOwnProperty('_alpha') ) ?
> >
> I'v done this.  see line 171:   xcheck_equals(mo,
> "dtext1.hasOwnProperty('_alpha')", "false");
> That's why I feel it's strange.

Usually the properties named "_<something>" are instance properties
rather then class properties.

--strk;




reply via email to

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