| Modifier and Type | Class and Description |
|---|---|
class |
ArrowFunction
The class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2
|
class |
BaseFunction
The base class for Function objects.
|
class |
BoundFunction
The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5
|
class |
ES6Generator |
class |
ES6Iterator |
class |
FunctionObject |
class |
IdFunctionObject |
class |
IdFunctionObjectES6 |
class |
IdScriptableObject
Base class for native object implementation that uses IdFunctionObject to export its methods to
script via <class-name>.prototype object.
|
class |
ImporterTopLevel
Class ImporterTopLevel
This class defines a ScriptableObject that can be instantiated as a top-level ("global")
object to provide functionality similar to Java's "import" statement.
|
class |
JavaAdapter |
class |
LambdaConstructor
This class implements a JavaScript function that may be used as a constructor by delegating to an
interface that can be easily implemented as a lambda.
|
class |
LambdaFunction
This class implements a single JavaScript function that has the prototype of the built-in
Function class, and which is implemented using a single function that can easily be implemented
using a lambda expression.
|
class |
NativeArray
This class implements the Array native object.
|
class |
NativeArrayIterator |
class |
NativeCall
This class implements the activation object.
|
class |
NativeCallSite
This class is used by the V8 extension "Error.prepareStackTrace."
|
class |
NativeCollectionIterator |
class |
NativeConsole |
class |
NativeContinuation |
class |
NativeFunction
This class implements the Function native object.
|
class |
NativeGenerator
This class implements generator objects.
|
class |
NativeGlobal
This class implements the global native object (function and value properties only).
|
class |
NativeIterator
This class implements iterator objects.
|
static class |
NativeIterator.StopIteration |
class |
NativeJavaConstructor
This class reflects a single Java constructor into the JavaScript environment.
|
class |
NativeJavaMethod
This class reflects Java methods into the JavaScript environment and handles overloading of
methods.
|
class |
NativeJavaTopPackage
This class reflects Java packages into the JavaScript environment.
|
class |
NativeMap |
class |
NativeObject
This class implements the Object native object.
|
class |
NativeSet |
class |
NativeStringIterator |
class |
NativeWeakMap
This is an implementation of the ES6 WeakMap class.
|
class |
NativeWeakSet
This is an implementation of the ES6 WeakSet class.
|
class |
NativeWith
This class implements the object lookup required for the
with statement. |
class |
TopLevel
A top-level scope object that provides special means to cache and preserve the initial values of
the built-in constructor properties for better ECMAScript compliance.
|
| 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) |
IdFunctionObjectES6(IdFunctionCall idcall,
Object tag,
int id,
String name,
int arity,
Scriptable scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleScope
A top-level module scope.
|
class |
Require
Implements the require() function as defined by Common JS modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeRegExp
This class implements the RegExp native object.
|
class |
NativeRegExpStringIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
Global
This class provides for sharing functions across multiple threads.
|
| 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.