Subj : debug vs release To : netscape.public.mozilla.jseng From : Niklas Lindquist Date : Wed Apr 21 2004 09:46 pm I can run function printIt(s) { print(s); } printIt('hi'); in the jsshell when it uses the debug version of js32.dll, but when I try the release version it gives 1: ReferenceError: s is not defined In fact, I can't get any function parameter passing to work when running a release build. Yes, I built the dll's myself from the code I downloaded from mozilla.org last week. The latest file changed in the tar archive was js.mak1/31/2004 1:37AM, and the last source was jsapi.c 1/28/2004 4:10 AM. If this problem is because of outdated sources, where can I find a fresher tar file? .