Subj : disabling toString() and toSource() for functions To : netscape.public.mozilla.jseng From : bubbfree Date : Mon Jan 17 2005 04:47 pm I have some encrypted functions that users can load into the scripting environment (decrypted before passing onto SpiderMonkey of course). Is there a way to disable the toString() and toSource() functions for these imported functions? So that users can't see the source code of those functions? Thanks. .