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