Subj : Re: debug vs release To : netscape.public.mozilla.jseng From : Niklas Lindquist Date : Thu Apr 22 2004 11:03 am "Brendan Eich" wrote in message news:4086C3CA.4090809@meer.net... > 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 Mmmmmmm.... release notes...... ;-) Thanks. .