Uses of Interface
org.mozilla.javascript.SymbolScriptable
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
-
Uses of SymbolScriptable in org.loboevolution.js
Modifier and TypeClassDescriptionclass
JavaConstructorObject class.class
JavaFunctionObject class.class
JavaObjectWrapper class. -
Uses of SymbolScriptable in org.mozilla.javascript
Modifier and TypeClassDescriptionclass
The class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2class
The base class for Function objects.class
The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5class
This is a helper class for implementing wrappers around Scriptable objects.final class
class
class
class
class
class
Base class for native object implementation that uses IdFunctionObject to export its methods to script via <class-name>.prototype object.class
Class ImporterTopLevelclass
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
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
This class implements the Array native object.final class
final class
This class implements the activation object.class
This class is used by the V8 extension "Error.prepareStackTrace."class
class
final class
class
This class implements the Function native object.final class
This class implements generator objects.final class
This class implements iterator objects.static class
class
This class reflects Java arrays into the JavaScript environment.class
This class reflects Java classes into the JavaScript environment, mainly for constructors and static members.class
This class reflects a single Java constructor into the JavaScript environment.class
NativeJavaList
is a wrapper for java objects implementingjava.util.List
interface.class
NativeJavaMap
is a wrapper for java objects implementingjava.util.Map
interface.class
This class reflects Java methods into the JavaScript environment and handles overloading of methods.class
This class reflects non-Array Java objects into the JavaScript environment.class
This class reflects Java packages into the JavaScript environment.class
This class reflects Java packages into the JavaScript environment.final class
This class implements the JSON native object.class
class
This class implements the Object native object.class
class
final class
class
This is an implementation of the standard "Symbol" type that implements all of its weird properties.class
This is an implementation of the ES6 WeakMap class.class
This is an implementation of the ES6 WeakSet class.class
This class implements the object lookup required for thewith
statement.class
This is the default implementation of the Scriptable interface.class
This class provides support for implementing Java-style synchronized methods in Javascript.class
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.Modifier and TypeMethodDescriptionprotected static SymbolScriptable
ScriptableObject.ensureSymbolScriptable
(Object arg) -
Uses of SymbolScriptable in org.mozilla.javascript.commonjs.module
Modifier and TypeClassDescriptionclass
A top-level module scope.class
Implements the require() function as defined by Common JS modules. -
Uses of SymbolScriptable in org.mozilla.javascript.engine
Modifier and TypeClassDescriptionclass
This class makes the Bindings object into a Scriptable. -
Uses of SymbolScriptable in org.mozilla.javascript.regexp
Modifier and TypeClassDescriptionclass
This class implements the RegExp native object.final class
-
Uses of SymbolScriptable in org.mozilla.javascript.typedarrays
Modifier and TypeClassDescriptionclass
A NativeArrayBuffer is the backing buffer for a typed array.class
This class is the abstract parent for all views of the array.class
This class represents the JavaScript "DataView" interface, which allows direct manipulations of the bytes in a NativeArrayBuffer.class
An array view that stores 32-bit quantities and implements the JavaScript "Float32Array" interface.class
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface.class
An array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.class
An array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.class
An array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.class
This class is the abstract parent for all of the various typed arrays.class
An array view that stores 16-bit quantities and implements the JavaScript "Uint16Array" interface.class
An array view that stores 32-bit quantities and implements the JavaScript "Uint32Array" interface.class
An array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.class
An array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface. -
Uses of SymbolScriptable in org.mozilla.javascript.xml
Modifier and TypeClassDescriptionclass
This Interface describes what all XML objects (XML, XMLList) should have in common.