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 opcode_guard_test.c


From: Sandro Santilli
Subject: Re: [Gnash-commit] gnash/testsuite/misc-ming.all opcode_guard_test.c
Date: Thu, 27 Sep 2007 08:15:48 +0200

On Thu, Sep 27, 2007 at 01:44:53PM +0800, zou lunkai wrote:
> >  _root is known to be a proper property so it might be reomved as well
> 
> Are you sure?  mc.hasOwnProperty("_root") == false here.

Ok, maybe is not 'proper' but its a member, see MovieClip.as:43

 check_equals(typeof(this['_root']), 'movieclip');
 check_equals(typeof(this['_level0']), 'movieclip');
 check_equals(typeof(this['this']), 'undefined');

> _root is referencable  anywhere in my experience.
> 
> Would be glad to know when _root == undefined(except for name hidden tricks).

Me too actually, but I wonder how can we do that. trace(_root) maybe ?

--strk;




reply via email to

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