Search code examples
javascriptrhinoecma262

Rhino features beyond the ECMA standard?


I'm starting with JavaScript and the Rhino engine. I know the ECMAScript 262 specification. I need to know what features, e.g. functions/objects/etc are defined by the Rhino JavaScript engine beyond the ECMA standard. Most examples just feature print, Packages and import* but I wasn't able to find an exhaustive list.


Solution

  • See predefined properties here: https://developer.mozilla.org/en/Rhino_Shell#Predefined_Properties

    This is generally the best page about Rhino and it's JS features: https://developer.mozilla.org/en/Rhino_Shell