Zaheer, An excerpt from the docs(http://www.envjs.com/doc/guides) :
The default implementation is Rhino but many developers have and continue to develop bridges for running Envjs in Ruby, Python, and other host languages with the SpiderMonkey and V8 javascript engines, to name a few. *** You might need to write a bit of C++ to get you all the way there, but the whole point of env.js is that the vast majority of it is written in javascript in order to be highly portable. cheers, Charles On Jun 18, 2:35 pm, zaheer ahmad <[email protected]> wrote: > Thanks for the response. > Well its close, but its for java (rhino), i need something for C++ so > that i can build it with the V8 shell. > > Regards, > Zaheer > > On Thu, Jun 17, 2010 at 7:15 PM, Charles Lowell > > > > <[email protected]> wrote: > > > try env.js > > >http://www.envjs.com > > > On Jun 17, 9:39 am, zaheer ahmad <[email protected]> wrote: > >> hi, > >> Is there a sample shell that supports the DOM structure and api that > >> can enable to test the browser scripts in a standalone environment > >> (ofcourse not all api may be implementable - e.g. the style apis) > > >> Thanks, > >> Zaheer > > > -- > > v8-users mailing list > > [email protected] > >http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
