When I am running Javascript in a browser I have the document object available to me.
For instance, I can do document.write() in javascript in a browser.
The document object is not available when I am running Javascript under the Java 8 Javascript engine jjs.
jjs is a the successor to Rhino and is delivered with Java 8 from Oracle.
What objects are available in jjs? Where are they documented?