Subj : Re: server-side compilation using spidermonkey To : netscape.public.mozilla.jseng From : Brendan Eich Date : Fri Jan 07 2005 10:12 am wyl_lyf@yahoo.com wrote: > a) example.js: > var d1=new Dateabc("October 12, 1988") > print(d.getDate1()); > b) run ./test example.js > c) prints out OK. but the javascript is incorrect? It's syntactically well-formed. > b)I'm not interested in the response.write, etc. just the ones within > the parenthesis and check for its syntax. No, for the last time you want something other than a syntax checker, and the JS API doesn't model semantics other than by allowing you to execute a script. /be .