On Aug 18, 10:05 am, Marc Guillemot <[email protected]> wrote: > Hi all, > > first, congratulation to Rapha for his efforts for EcmaScript 5 support. > > Now I have a question: how to disable it? > > Until now, it is possible to tell Rhino which JS version to use through > Context.setLanguageVersion. In current HEAD from CVS, it is not possible > to tell Rhino NOT to use EcmaScript 5 features. Is it intended or not? > > Cheers, > Marc.
It's basically a feature that's not yet implemented, but will be before the next release. I'll likely emulate whatever approach SpiderMonkey takes in terms of versioning and ES5 support. --N _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
