Subj : Re: Compacting JS source via ParseTree or Decompile To : netscape.public.mozilla.jseng From : Brendan Eich Date : Mon Jun 07 2004 07:18 pm Brendan Eich wrote: > All you need to do is to rename the function's properties that have > js_GetLocalVariable as their getter. Are you renaming arguments too? Why not rename *all* identifiers, including function names? Just map through a unique/ugly identifier generator when walking the parse tree (as recommended later in my reply). /be .