Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Halting JavaScript Execution in SpiderMonkey
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeremy Gillick  
View profile  
 More options May 30 2006, 7:52 pm
Newsgroups: mozilla.dev.tech.js-engine
From: Jeremy Gillick <j...@mozmonkey.com>
Date: Tue, 30 May 2006 16:52:22 -0700
Local: Tues, May 30 2006 7:52 pm
Subject: Halting JavaScript Execution in SpiderMonkey
Is there an API call to halt SpiderMonkey script execution?

Thanks,
Jeremy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brendan Eich  
View profile  
 More options May 31 2006, 11:12 pm
Newsgroups: mozilla.dev.tech.js-engine
From: Brendan Eich <bren...@meer.net>
Date: Wed, 31 May 2006 20:12:15 -0700
Local: Wed, May 31 2006 11:12 pm
Subject: Re: Halting JavaScript Execution in SpiderMonkey

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »