I've been doing

function Tick() {
/*do something*/
   setTimeout( tick, 1000 );
}

but I notice in dev tools when I break in that, there seems to be an 
infinite growing nest of contexts(?) ...

How can I prevent that?
THe previous values in the previous calls can't be referenced by 
anything....  Or is the /* do something */ somehow significant?

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to