Subj : Re: getting a value from an atom! To : Joey From : Brendan Eich Date : Fri Apr 23 2004 08:50 pm Joey wrote: >> > I am using the existing DOM code. What I am trying to make is an > auditing mechanism that logs every line of the javascript that gets > executed. I thought that since the javascript engine does not report any > error until runtime, the argument in the "fake" function call is > probably saved somewhere so that it can be accessed at runtime. No, just the bytecode is saved, along with source notes that assist decompilation. > I might be way off here, so if you have any other good ideas about how > to implement the auditing mechanism it would be greatly appreciated. You'll have to define the auditing requirements more precisely. /be .