Uses of Class
org.mozilla.javascript.IdScriptableObject
Packages that use IdScriptableObject
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
-
Uses of IdScriptableObject in org.mozilla.javascript
Subclasses of IdScriptableObject in org.mozilla.javascriptModifier 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.5final class
class
class
class
class
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." It is passed to that function, which may then use it to format the stack as it sees fit.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 a single Java constructor into the JavaScript environment.class
This class reflects Java methods into the JavaScript environment and handles overloading of methods.final class
This class implements the JSON native object.class
class
This class implements the Object native object.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
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.Methods in org.mozilla.javascript with parameters of type IdScriptableObjectModifier and TypeMethodDescriptionprotected static void
ES6Iterator.init
(ScriptableObject scope, boolean sealed, IdScriptableObject prototype, String tag) -
Uses of IdScriptableObject in org.mozilla.javascript.commonjs.module
Subclasses of IdScriptableObject in org.mozilla.javascript.commonjs.moduleModifier and TypeClassDescriptionclass
A top-level module scope.class
Implements the require() function as defined by Common JS modules. -
Uses of IdScriptableObject in org.mozilla.javascript.regexp
Subclasses of IdScriptableObject in org.mozilla.javascript.regexpModifier and TypeClassDescriptionclass
This class implements the RegExp native object. -
Uses of IdScriptableObject in org.mozilla.javascript.tools.shell
Subclasses of IdScriptableObject in org.mozilla.javascript.tools.shellModifier and TypeClassDescriptionclass
This class provides for sharing functions across multiple threads. -
Uses of IdScriptableObject in org.mozilla.javascript.typedarrays
Subclasses of IdScriptableObject in org.mozilla.javascript.typedarraysModifier 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 "loat32Array" 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 IdScriptableObject in org.mozilla.javascript.xml
Subclasses of IdScriptableObject in org.mozilla.javascript.xmlModifier and TypeClassDescriptionclass
This Interface describes what all XML objects (XML, XMLList) should have in common.