cast the Script object into a DebuggableScript (you might need to use a Context with optimization level set to -1; I'm not sure about that). DebuggableScript has all the methods you'll need.
Attila. On 2008.06.09., at 18:03, Mike Tardif wrote: > Given a piece of JS script, how do I enumerate the list of functions > and global variables associated with that particular script. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
