| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.regexp | |
| org.htmlunit.corejs.javascript.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
IdScriptableObject
Base class for native object implementation that uses IdFunctionObject to export its methods to
script via <class-name>.prototype object.
|
class |
NativeCall
This class implements the activation object.
|
class |
NativeCallSite
This class is used by the V8 extension "Error.prepareStackTrace."
|
class |
NativeContinuation |
class |
NativeGenerator
This class implements generator objects.
|
class |
NativeJavaTopPackage
This class reflects Java packages into the JavaScript environment.
|
class |
NativeWith
This class implements the object lookup required for the
with statement. |
| Constructor and Description |
|---|
IdFunctionObject(IdFunctionCall idcall,
Object tag,
int id,
int arity) |
IdFunctionObject(IdFunctionCall idcall,
Object tag,
int id,
String name,
int arity,
Scriptable scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeRegExp
This class implements the RegExp native object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLObject
This Interface describes what all XML objects (XML, XMLList) should have in common.
|
Copyright © 2025 HtmlUnit. All rights reserved.