| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript | |
| net.sourceforge.htmlunit.corejs.javascript.commonjs.module |
Provides the public API for the CommonJS Modules/1.1 implementation.
|
| 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 |
BoundFunction
The class for results of the Function.bind operation
EcmaScript 5 spec, 15.3.4.5
|
class |
FunctionObject |
class |
IdFunctionObject |
class |
IdFunctionObjectES6 |
class |
NativeFunction
This class implements the Function native object.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BaseFunction |
TopLevel.getBuiltinCtor(TopLevel.Builtins type)
Get the cached built-in object constructor from this scope with the
given
type. |
static BaseFunction |
ScriptRuntime.typeErrorThrower()
Deprecated.
|
static BaseFunction |
ScriptRuntime.typeErrorThrower(Context cx)
Returns representation of the [[ThrowTypeError]] object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ScriptRuntime.setFunctionProtoAndParent(BaseFunction fn,
Scriptable scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
Require
Implements the require() function as defined by
Common JS modules.
|