Re: Implement jsdICompilationUnit

Boris Zbarsky <[email protected]> Tue, 08 Dec 2009 23:42:29 -0800
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
On 12/8/09 10:25 PM, John J. Barton wrote:
> Yes, does your definition of 'compile call site' include the execute
> part of JS_EvaluateUCScriptForPrincipals() or just the compile part? I
> need to put a function call in between.

Any caller of JS_EvaluateUCScriptForPrincipals had better be safe 
against script running during that call, so doesn't worry me.  It's 
callers of pure-compilation APIs that are concerning me....

-Boris