Uses of Class
org.mozilla.javascript.BaseFunction
-
Packages that use BaseFunction Package Description org.mozilla.javascript org.mozilla.javascript.commonjs.module Provides the public API for the CommonJS Modules/1.1 implementation.org.mozilla.javascript.regexp org.mozilla.javascript.xmlimpl -
-
Uses of BaseFunction in org.mozilla.javascript
Subclasses of BaseFunction in org.mozilla.javascript Modifier and Type Class Description private static class
Arguments.ThrowTypeError
class
ArrowFunction
The class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2class
BoundFunction
The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5(package private) class
FieldAndMethods
class
FunctionObject
class
IdFunctionObject
class
IdFunctionObjectES6
(package private) class
InterpretedFunction
class
NativeFunction
This class implements the Function native object.class
NativeJavaConstructor
This class reflects a single Java constructor into the JavaScript environment.class
NativeJavaMethod
This class reflects Java methods into the JavaScript environment and handles overloading of methods.(package private) class
NativeScript
The JavaScript Script object.Fields in org.mozilla.javascript declared as BaseFunction Modifier and Type Field Description private static BaseFunction
Arguments. iteratorMethod
(package private) BaseFunction
Context. typeErrorThrower
Fields in org.mozilla.javascript with type parameters of type BaseFunction Modifier and Type Field Description private java.util.EnumMap<TopLevel.Builtins,BaseFunction>
TopLevel. ctors
private java.util.EnumMap<TopLevel.NativeErrors,BaseFunction>
TopLevel. errors
Methods in org.mozilla.javascript that return BaseFunction Modifier and Type Method Description (package private) static <T extends Scriptable>
BaseFunctionScriptableObject. buildClassCtor(Scriptable scope, java.lang.Class<T> clazz, boolean sealed, boolean mapInheritance)
BaseFunction
TopLevel. getBuiltinCtor(TopLevel.Builtins type)
Get the cached built-in object constructor from this scope with the giventype
.(package private) BaseFunction
TopLevel. getNativeErrorCtor(TopLevel.NativeErrors type)
Get the cached native error constructor from this scope with the giventype
.private static BaseFunction
BaseFunction. realFunction(Scriptable thisObj, IdFunctionObject f)
static BaseFunction
ScriptRuntime. typeErrorThrower()
Deprecated.static BaseFunction
ScriptRuntime. typeErrorThrower(Context cx)
Returns representation of the [[ThrowTypeError]] object.Methods in org.mozilla.javascript with parameters of type BaseFunction Modifier and Type Method Description static void
ScriptRuntime. setFunctionProtoAndParent(BaseFunction fn, Scriptable scope)
static void
ScriptRuntime. setFunctionProtoAndParent(BaseFunction fn, Scriptable scope, boolean es6GeneratorFunction)
-
Uses of BaseFunction in org.mozilla.javascript.commonjs.module
Subclasses of BaseFunction in org.mozilla.javascript.commonjs.module Modifier and Type Class Description class
Require
Implements the require() function as defined by Common JS modules. -
Uses of BaseFunction in org.mozilla.javascript.regexp
Subclasses of BaseFunction in org.mozilla.javascript.regexp Modifier and Type Class Description (package private) class
NativeRegExpCtor
This class implements the RegExp constructor native object. -
Uses of BaseFunction in org.mozilla.javascript.xmlimpl
Subclasses of BaseFunction in org.mozilla.javascript.xmlimpl Modifier and Type Class Description (package private) class
XMLCtor
-