Uses of Interface
org.mozilla.javascript.IdFunctionCall
Packages that use IdFunctionCall
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
-
Uses of IdFunctionCall in org.mozilla.javascript
Classes in org.mozilla.javascript that implement IdFunctionCallModifier and TypeClassDescriptionclassThe class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2classThe base class for Function objects.classThe class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5final classclassclassclassclassclassBase class for native object implementation that uses IdFunctionObject to export its methods to script via <class-name>.prototype object.classClass ImporterTopLevelfinal classclassThis 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.classThis 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.classThis class implements the Array native object.final classfinal classThis class implements the activation object.classThis 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.classclassfinal classclassThis class implements the Function native object.final classThis class implements generator objects.classThis class implements the global native object (function and value properties only).final classThis class implements iterator objects.static classclassThis class reflects a single Java constructor into the JavaScript environment.classThis class reflects Java methods into the JavaScript environment and handles overloading of methods.classThis class reflects Java packages into the JavaScript environment.classclassThis class implements the Object native object.classfinal classclassThis is an implementation of the standard "Symbol" type that implements all of its weird properties.classThis is an implementation of the ES6 WeakMap class.classThis is an implementation of the ES6 WeakSet class.classThis class implements the object lookup required for thewithstatement.classA 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.Constructors in org.mozilla.javascript with parameters of type IdFunctionCallModifierConstructorDescriptionIdFunctionObject(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) -
Uses of IdFunctionCall in org.mozilla.javascript.commonjs.module
Classes in org.mozilla.javascript.commonjs.module that implement IdFunctionCallModifier and TypeClassDescriptionclassA top-level module scope.classImplements the require() function as defined by Common JS modules. -
Uses of IdFunctionCall in org.mozilla.javascript.regexp
Classes in org.mozilla.javascript.regexp that implement IdFunctionCallModifier and TypeClassDescriptionclassThis class implements the RegExp native object. -
Uses of IdFunctionCall in org.mozilla.javascript.tools.shell
Classes in org.mozilla.javascript.tools.shell that implement IdFunctionCallModifier and TypeClassDescriptionclassThis class provides for sharing functions across multiple threads. -
Uses of IdFunctionCall in org.mozilla.javascript.typedarrays
Classes in org.mozilla.javascript.typedarrays that implement IdFunctionCallModifier and TypeClassDescriptionclassA NativeArrayBuffer is the backing buffer for a typed array.classThis class is the abstract parent for all views of the array.classThis class represents the JavaScript "DataView" interface, which allows direct manipulations of the bytes in a NativeArrayBuffer.classAn array view that stores 32-bit quantities and implements the JavaScript "loat32Array" interface.classAn array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface.classAn array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.classAn array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.classThis class is the abstract parent for all of the various typed arrays.classAn array view that stores 16-bit quantities and implements the JavaScript "Uint16Array" interface.classAn array view that stores 32-bit quantities and implements the JavaScript "Uint32Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface. -
Uses of IdFunctionCall in org.mozilla.javascript.xml
Classes in org.mozilla.javascript.xml that implement IdFunctionCallModifier and TypeClassDescriptionclassThis Interface describes what all XML objects (XML, XMLList) should have in common.