Subj : Re: debug vs release To : Niklas Lindquist From : Brendan Eich Date : Wed Apr 21 2004 12:56 pm Niklas Lindquist wrote: > 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? Please read the release notes: http://www.mozilla.org/js/spidermonkey/release-notes/ (don't miss that red text in a box at the top ;-). /be .