Module org.mozilla.rhino
Package org.mozilla.javascript.commonjs.module
package org.mozilla.javascript.commonjs.module
-
ClassDescriptionA top-level module scope.Represents a compiled CommonJS module script.Should be implemented by Rhino embeddings to allow the require() function to obtain
ModuleScriptobjects.Implements the require() function as defined by Common JS modules.A builder forRequireinstances.