Uses of Class
org.mozilla.javascript.IdFunctionObject

Packages that use IdFunctionObject
org.mozilla.javascript   
org.mozilla.javascript.regexp   
 

Uses of IdFunctionObject in org.mozilla.javascript
 

Methods in org.mozilla.javascript that return IdFunctionObject
 IdFunctionObject IdScriptableObject.exportAsJSClass(int maxPrototypeId, Scriptable scope, boolean sealed)
           
 

Methods in org.mozilla.javascript with parameters of type IdFunctionObject
 Object BaseFunction.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object IdFunctionCall.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
          'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returned
 Object IdScriptableObject.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
          'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returned.
 Object ImporterTopLevel.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object JavaAdapter.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeArray.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeCall.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeContinuation.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeGlobal.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeIterator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeJavaTopPackage.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeJSON.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeObject.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeWith.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 Object NativeGenerator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
protected  void BaseFunction.fillConstructorProperties(IdFunctionObject ctor)
           
protected  void IdScriptableObject.fillConstructorProperties(IdFunctionObject ctor)
           
protected  void NativeArray.fillConstructorProperties(IdFunctionObject ctor)
           
protected  void NativeObject.fillConstructorProperties(IdFunctionObject ctor)
           
protected static EcmaError IdScriptableObject.incompatibleCallError(IdFunctionObject f)
          Utility method to construct type error to indicate incompatible call when converting script thisObj to a particular type is not possible.
 void IdScriptableObject.initPrototypeConstructor(IdFunctionObject f)
           
static boolean NativeContinuation.isContinuationConstructor(IdFunctionObject f)
           
 

Uses of IdFunctionObject in org.mozilla.javascript.regexp
 

Methods in org.mozilla.javascript.regexp with parameters of type IdFunctionObject
 Object NativeRegExp.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
           
 



Copyright © 2013. All Rights Reserved.