Subj : Re: Compile the Javascript code to Bytecode. To : netscape.public.mozilla.jseng From : Brendan Eich Date : Mon Oct 03 2005 12:04 pm Did you guys look at the #ifdef DEBUG js_Disassemble JS_FRIEND_API function in jsopcode.c? Include jsopcode.h and you can use it to disassemble any script (to disassemble scripted functions declared or expressed in that script takes more work ;-). /be .