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;



_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to