Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Halting JavaScript Execution in SpiderMonkey

10 views
Skip to first unread message

Jeremy Gillick

unread,
May 30, 2006, 7:52:22 PM5/30/06
to
Is there an API call to halt SpiderMonkey script execution?

Thanks,
Jeremy

Brendan Eich

unread,
May 31, 2006, 11:12:15 PM5/31/06
to
Jeremy Gillick wrote:
> Is there an API call to halt SpiderMonkey script execution?

From where, exactly? You can halt a running script by returning false
from the branch callback configured by JS_SetBranchCallback for the
JSContext on which the script is running.

/be

0 new messages