gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Implementation: Doc vs. Code


From: strk
Subject: Re: [Gnash-dev] Implementation: Doc vs. Code
Date: Sat, 18 Nov 2006 23:29:23 +0100

On Sat, Nov 18, 2006 at 11:15:02PM +0100, strk wrote:


> > Why aren't the valueof and tostring methods registered?
> 
> If you gnash (or gprocessor) with the -va switch (verbose actions)
> you should get more information about what's going on and what is failing.

Took a closer look, the boolean_as_object just missed the constructor!
Here it is:

        boolean_as_object()
                :
                as_object(getBooleanInterface())
        {}

gen-asclass.sh is now fixed in HEAD. Thanks for pointing out.

---strk;






reply via email to

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