Uses of Class
org.mozilla.javascript.BaseFunction
Packages that use BaseFunction
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
-
Uses of BaseFunction in org.mozilla.javascript
Subclasses of BaseFunction in org.mozilla.javascriptModifier and TypeClassDescriptionclassThe class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2classThe class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5classclassclassclassThis 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 Function native object.classThis class reflects a single Java constructor into the JavaScript environment.classThis class reflects Java methods into the JavaScript environment and handles overloading of methods.Methods in org.mozilla.javascript that return BaseFunctionModifier and TypeMethodDescriptionTopLevel.getBuiltinCtor(TopLevel.Builtins type) Get the cached built-in object constructor from this scope with the giventype.static BaseFunctionScriptRuntime.typeErrorThrower()Deprecated.static BaseFunctionScriptRuntime.typeErrorThrower(Context cx) Returns representation of the [[ThrowTypeError]] object.Methods in org.mozilla.javascript with parameters of type BaseFunctionModifier and TypeMethodDescriptionstatic voidScriptRuntime.setFunctionProtoAndParent(BaseFunction fn, Context cx, Scriptable scope) static voidScriptRuntime.setFunctionProtoAndParent(BaseFunction fn, Context cx, Scriptable scope, boolean es6GeneratorFunction) static voidScriptRuntime.setFunctionProtoAndParent(BaseFunction fn, Scriptable scope) Deprecated.static voidScriptRuntime.setFunctionProtoAndParent(BaseFunction fn, Scriptable scope, boolean es6GeneratorFunction) Deprecated. -
Uses of BaseFunction in org.mozilla.javascript.commonjs.module
Subclasses of BaseFunction in org.mozilla.javascript.commonjs.moduleModifier and TypeClassDescriptionclassImplements the require() function as defined by Common JS modules.
ScriptRuntime.typeErrorThrower(Context)