(package private) class |
Arguments |
This class implements the "arguments" object.
|
private static class |
Arguments.ThrowTypeError |
|
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 |
Delegator |
This is a helper class for implementing wrappers around Scriptable objects.
|
class |
ES6Generator |
|
class |
ES6Iterator |
|
(package private) class |
FieldAndMethods |
|
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
|
(package private) class |
InterpretedFunction |
|
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 |
|
(package private) class |
NativeBigInt |
This class implements the BigInt native object.
|
(package private) class |
NativeBoolean |
This class implements the Boolean native object.
|
class |
NativeCall |
This class implements the activation object.
|
class |
NativeCallSite |
This class is used by the V8 extension "Error.prepareStackTrace." It is passed to that function,
which may then use it to format the stack as it sees fit.
|
class |
NativeCollectionIterator |
|
class |
NativeConsole |
|
class |
NativeContinuation |
|
(package private) class |
NativeDate |
This class implements the Date native object.
|
(package private) class |
NativeError |
The class of error objects
|
class |
NativeFunction |
This class implements the Function native object.
|
class |
NativeGenerator |
This class implements generator objects.
|
class |
NativeIterator |
This class implements iterator objects.
|
static class |
NativeIterator.StopIteration |
|
class |
NativeJavaArray |
This class reflects Java arrays into the JavaScript environment.
|
class |
NativeJavaClass |
This class reflects Java classes into the JavaScript environment, mainly for constructors and
static members.
|
class |
NativeJavaConstructor |
This class reflects a single Java constructor into the JavaScript environment.
|
class |
NativeJavaList |
NativeJavaList is a wrapper for java objects implementing java.util.List
interface.
|
class |
NativeJavaMap |
NativeJavaMap is a wrapper for java objects implementing java.util.Map
interface.
|
private static class |
NativeJavaMap.NativeJavaMapIterator |
|
class |
NativeJavaMethod |
This class reflects Java methods into the JavaScript environment and handles overloading of
methods.
|
class |
NativeJavaObject |
This class reflects non-Array Java objects into the JavaScript environment.
|
private static class |
NativeJavaObject.JavaIterableIterator |
|
class |
NativeJavaPackage |
This class reflects Java packages into the JavaScript environment.
|
class |
NativeJavaTopPackage |
This class reflects Java packages into the JavaScript environment.
|
class |
NativeJSON |
This class implements the JSON native object.
|
class |
NativeMap |
|
(package private) class |
NativeMath |
This class implements the Math native object.
|
(package private) class |
NativeNumber |
This class implements the Number native object.
|
class |
NativeObject |
This class implements the Object native object.
|
class |
NativePromise |
|
(package private) class |
NativeProxy |
This class implements the Proxy object.
|
(package private) class |
NativeReflect |
This class implements the Reflect object.
|
(package private) class |
NativeScript |
The JavaScript Script object.
|
class |
NativeSet |
|
(package private) class |
NativeString |
This class implements the String native object.
|
class |
NativeStringIterator |
|
class |
NativeSymbol |
This is an implementation of the standard "Symbol" type that implements all of its weird
properties.
|
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 |
ScriptableObject |
This is the default implementation of the Scriptable interface.
|
class |
Synchronizer |
This class provides support for implementing Java-style synchronized methods in Javascript.
|
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.
|