gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog libbase/URL.h server/sprite_ins...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/URL.h server/sprite_ins...
Date: Mon, 14 Jan 2008 18:35:03 +0100

On Sat, Jan 12, 2008 at 12:48:07PM +0000, Udo Giacomozzi wrote:

> +      // This is to filter movieclip properties from local variables. I am 
> +      // sure there is a better way to do it [TODO]
> +      if (name[0] == '_') continue;

Udo, try this:

        void as_object::enumerateProperties(std::map<std::string, std::string>& 
to);

Instead of 

        void as_object::dump_members(std::map<std::string, as_value>& to);

The latter is only for debugging, the former skips non-enumerable props.

--strk;





reply via email to

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