Uses of Class
org.mozilla.javascript.commonjs.module.Require
-
Packages that use Require Package Description org.mozilla.javascript.commonjs.module Provides the public API for the CommonJS Modules/1.1 implementation.org.mozilla.javascript.tools.shell -
-
Uses of Require in org.mozilla.javascript.commonjs.module
Methods in org.mozilla.javascript.commonjs.module that return Require Modifier and Type Method Description Require
RequireBuilder. createRequire(Context cx, Scriptable globalScope)
Creates a new require() function. -
Uses of Require in org.mozilla.javascript.tools.shell
Methods in org.mozilla.javascript.tools.shell that return Require Modifier and Type Method Description Require
Global. installRequire(Context cx, java.util.List<java.lang.String> modulePath, boolean sandboxed)
-