Uses of Class
net.sourceforge.htmlunit.corejs.javascript.NativeFunction

Packages that use NativeFunction
net.sourceforge.htmlunit.corejs.javascript   
net.sourceforge.htmlunit.corejs.javascript.optimizer   
 

Uses of NativeFunction in net.sourceforge.htmlunit.corejs.javascript
 

Methods in net.sourceforge.htmlunit.corejs.javascript with parameters of type NativeFunction
static Scriptable ScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, java.lang.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 net.sourceforge.htmlunit.corejs.javascript with parameters of type NativeFunction
NativeGenerator(Scriptable scope, NativeFunction function, java.lang.Object savedState)
           
 

Uses of NativeFunction in net.sourceforge.htmlunit.corejs.javascript.optimizer
 

Methods in net.sourceforge.htmlunit.corejs.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)