On Mon, Nov 26, 2007 at 01:31:23PM +0100, Udo Giacomozzi wrote:
> The following code works fine in Gnash, but I'm wondering if the GC
> deals correctly with it? The only reference to the class instance is
> held by the core (setInterval), no AS variable.
>
> Usage of the class (tested and working with Gnash):
>
> new Timeout(function() { trace("foo"); }, 5000);
>From server/timers.h:
/// Resources reachable from Timer are:
///
/// - Arguments list (_args)
/// - Associated function (_function)
/// - Target object (_object)
--strk;
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev