Uses of Class
org.mozilla.javascript.NativeFunction

Packages that use NativeFunction
org.mozilla.javascript   
org.mozilla.javascript.optimizer   
 

Uses of NativeFunction in org.mozilla.javascript
 

Methods in org.mozilla.javascript with parameters of type NativeFunction
static Scriptable ScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args)
           
static void ScriptRuntime.initFunction(Context cx, Scriptable scope, NativeFunction function, int type, boolean fromEvalCode)
           
static void ScriptRuntime.initScript(NativeFunction funObj, Scriptable thisObj, Context cx, Scriptable scope, boolean evalScript)
           
 

Constructors in org.mozilla.javascript with parameters of type NativeFunction
NativeGenerator(Scriptable scope, NativeFunction function, Object savedState)
           
 

Uses of NativeFunction in org.mozilla.javascript.optimizer
 

Methods in org.mozilla.javascript.optimizer with parameters of type NativeFunction
static Scriptable OptRuntime.createNativeGenerator(NativeFunction funObj, Scriptable scope, Scriptable thisObj, int maxLocals, int maxStack)
           
static void OptRuntime.initFunction(NativeFunction fn, int functionType, Scriptable scope, Context cx)
           
 



Copyright © 2013. All Rights Reserved.