| Interface and Description | 
|---|
| org.mozilla.javascript.ContextListener Embeddings that wish to customize newly created
  Contextinstances should implementContextFactory.Listener. | 
| Class and Description | 
|---|
| org.mozilla.javascript.tools.shell.ShellLine | 
| Field and Description | 
|---|
| org.mozilla.javascript.Context.FEATURE_PARENT_PROTO_PROPRTIES In previous releases, this name was given to
 FEATURE_PARENT_PROTO_PROPERTIES. | 
| Constructor and Description | 
|---|
| org.mozilla.javascript.Context() this constructor is deprecated because it creates a
 dependency on a static singleton context factory. Use
  ContextFactory.enter()orContextFactory.call(ContextAction)instead. If you subclass
 this class, consider usingContext.Context(ContextFactory)constructor
 instead in the subclasses' constructors. | 
| org.mozilla.javascript.EcmaError(Scriptable, String, int, int, String) EcmaError error instances should not be constructed
             explicitly since they are generated by the engine. | 
| org.mozilla.javascript.JavaScriptException(Object) Use  WrappedException.WrappedException(Throwable)to report
 exceptions in Java code. | 
| org.mozilla.javascript.NativeJavaPackage(String) NativeJavaPackage is an internal class, do not use
 it directly. | 
| org.mozilla.javascript.NativeJavaPackage(String, ClassLoader) NativeJavaPackage is an internal class, do not use
 it directly. |