Search code examples
javascriptrhinojavascript-engine

ECMA Support in Rhino Engine


I know that Google's V8 engine supports upto the latest ECMAScript.But what is the latest ECMAScript that is supported by Rhino Engine?


Solution

  • ES6 has partial support, according to the docs ES 3 is fully supported. Not sure how the ES 5 support is.