Uses of Class
org.mozilla.javascript.BaseFunction

Packages that use BaseFunction
org.mozilla.javascript   
org.mozilla.javascript.commonjs.module Provides the public API for the CommonJS Modules/1.1 implementation. 
 

Uses of BaseFunction in org.mozilla.javascript
 

Subclasses of BaseFunction in org.mozilla.javascript
 class BoundFunction
          The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5
 class FunctionObject
           
 class IdFunctionObject
           
 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.
 

Methods in org.mozilla.javascript that return BaseFunction
 BaseFunction TopLevel.getBuiltinCtor(TopLevel.Builtins type)
          Get the cached built-in object constructor from this scope with the given type.
static BaseFunction ScriptRuntime.typeErrorThrower()
          Returns representation of the [[ThrowTypeError]] object.
 

Methods in org.mozilla.javascript with parameters of type BaseFunction
static void ScriptRuntime.setFunctionProtoAndParent(BaseFunction fn, Scriptable scope)
           
 

Uses of BaseFunction in org.mozilla.javascript.commonjs.module
 

Subclasses of BaseFunction in org.mozilla.javascript.commonjs.module
 class Require
          Implements the require() function as defined by Common JS modules.
 



Copyright © 2013. All Rights Reserved.