Package | Description |
---|---|
org.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.configuration |
Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptEngine.configureScope(HtmlUnitScriptable jsScope,
ClassConfiguration scopeConfig,
org.htmlunit.corejs.javascript.FunctionObject scopeContructorFunctionObject,
AbstractJavaScriptConfiguration jsConfig,
BrowserVersion browserVersion,
Map<Class<? extends org.htmlunit.corejs.javascript.Scriptable>,org.htmlunit.corejs.javascript.Scriptable> prototypes,
Map<String,org.htmlunit.corejs.javascript.Scriptable> prototypesPerJSName)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptConfiguration
A container for all the JavaScript configuration information.
|
class |
ProxyAutoConfigJavaScriptConfiguration
A container for all the JavaScript configuration information used for the
proxy AutoConfig support.
|
class |
WorkerJavaScriptConfiguration
A container for all the JavaScript configuration information for workers.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.