Is Rhino Beyond ECMA?

I start with JavaScript and the Rhino engine. I know the ECMAScript 262 specification. I need to know what functions, for example. functions / objects / etc. defined by the Rhino JavaScript engine outside the ECMA standard. In most examples, there is only print, Packagesand import*, but I could not find an exhaustive list.

+3
source share
2 answers

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

This is usually the best page about Rhino and its JS features: https://developer.mozilla.org/en/Rhino_Shell

+1
source

, ES. Rhino - http://kangax.github.com/es5-compat-table/non-standard/.

, Rhino SpiderMonkey ( JS- Firefox). . , Rhino "caller" , SpiderMonkey. Rhino e4x, . SpiderMonkey, , ( ).

+2

All Articles