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 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 classclassclassclassclassclassClass ImporterTopLevelclassThis 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."classclassfinal classclassThis class implements the Function native object.final classThis class implements generator objects.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.classclassThis class implements the Object native object.classfinal classclassThis is an implementation of the ES6 WeakMap class.classThis is an implementation of the ES6 WeakSet class.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.Methods in org.mozilla.javascript with parameters of type IdScriptableObjectModifier and TypeMethodDescriptionstatic voidScriptRuntimeES6.addSymbolSpecies(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.species]on the given constructor function.static voidScriptRuntimeES6.addSymbolUnscopables(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.unscopables]on the given constructor function.protected static voidES6Iterator.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 TypeClassDescriptionclassA top-level module scope.classImplements 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 TypeClassDescriptionclassThis class implements the RegExp native object.final class -
Uses of IdScriptableObject in org.mozilla.javascript.xml
Subclasses of IdScriptableObject in org.mozilla.javascript.xmlModifier and TypeClassDescriptionclassThis Interface describes what all XML objects (XML, XMLList) should have in common.