Subj : Re: application.getElapsedTime() not working! To : Sandeep Agate From : Brendan Eich Date : Fri Dec 12 2003 09:52 am Sandeep Agate wrote: >Hi, > >I am trying to get a basic built-in function evaluated using >jsiEvaluateScript(). That function is "application.getElapsedTime(). But the >jsiEvaluateScript() API is returning an error. > >I have called JS_InitStandardFuntions() in my application before - so >shouldn't application.getElapsedTime() be available to my app? Do I have to >do anything else to get this (and other builtin funtions) working? > >Thanks a ton for your time and help. > > You must be using some VXML implementation (VXI?) that wraps the SpiderMonkey JS API (jsiEvaluateScript is not in jsapi.h, as its different naming convention would indicate). This newsgroup is about Mozilla's JS engines (SpiderMonkey and Rhino) and the JS language, and future engines. It does not seem to me to be the best place to get answers about VXI or whatever. Try googling. /be .