Re: Implement jsdICompilationUnit
Boris Zbarsky <[email protected]> Wed, 02 Dec 2009 12:31:39 -0500
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
On 12/2/09 12:33 AM, John J. Barton wrote: > For the current Firebug purposes the hook can be > called any time after the last function compilation in the 'unit' and > before the first call to any function in the unit. OK. > Typically JS compiles are immediately followed by invocation of the > outer function The cases I mentioned are some of the cases where this is not in fact the case. XUL prototype scripts are another such case. > We also want events for 'compile start'/'compile end' in Firebug. We can > use this hook call as 'compile end' if it works out that all of the hook > calls are close in time to the end of compile activity. (This bit is to > create an eventual browser activity monitor feature). I'm not sure what this paragraph is saying... -Boris