Subj : Re: Iterate all functions in script To : netscape.public.mozilla.jseng From : Forest Carlisle Date : Fri May 07 2004 12:49 pm I need to peek at every string parameter passed to a specific function. I can't just evaluate the script to get the parameters because of conditional if blocks and such that may not be true in every context. I know it is lame but I have to do it to allow my user to create templates my application uses to define what it should do on any given execution. forest "Brendan Eich" wrote in message news:409BD6AF.9070309@meer.net... > Forest Carlisle wrote: > > > And, about using the private API.... is there any "public" way to walk the > > token stream and get information on all the atoms? > > No. Why do you want to do that? > > /be .