On Sat, Mar 03, 2007 at 08:52:12AM -0500, Henry Minsky wrote: > Yeah, the compiler translates "new Foo()" calls into Foo.make() calls. In > the LFC in compiler/LzRuntime.lzs there's a adaptor definitions which make > 'make()' work for built-in and user defined classes that aren't descendants > of LzNode:
The problem seems to be that function is never defined... Output of gnash -va shows NO instances of 'make' except at time of callFunction, so the translation works, but the definition of Function.prototype.make is never reached. When is it supposed to happen ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

