Uses of Class
org.htmlunit.corejs.javascript.NativeFunction
-
Packages that use NativeFunction Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.optimizer -
-
Uses of NativeFunction in org.htmlunit.corejs.javascript
Subclasses of NativeFunction in org.htmlunit.corejs.javascript Modifier and Type Class Description (package private) classInterpretedFunctionFields in org.htmlunit.corejs.javascript declared as NativeFunction Modifier and Type Field Description private NativeFunctionES6Generator. function(package private) NativeFunctionNativeCall. functionprivate NativeFunctionNativeGenerator. functionMethods in org.htmlunit.corejs.javascript with parameters of type NativeFunction Modifier and Type Method Description static ScriptableScriptRuntime. createArrowFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, java.lang.Object[] args, boolean isStrict, boolean argsHasRest)static ScriptableScriptRuntime. createArrowFunctionActivation(NativeFunction funObj, Scriptable scope, java.lang.Object[] args, boolean isStrict)static ScriptableScriptRuntime. createFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, java.lang.Object[] args, boolean isStrict, boolean argsHasRest)static ScriptableScriptRuntime. createFunctionActivation(NativeFunction funObj, Scriptable scope, java.lang.Object[] args)static ScriptableScriptRuntime. createFunctionActivation(NativeFunction funObj, Scriptable scope, java.lang.Object[] args, boolean isStrict)static voidScriptRuntime. initFunction(Context cx, Scriptable scope, NativeFunction function, int type, boolean fromEvalCode)static voidScriptRuntime. initScript(NativeFunction funObj, Scriptable thisObj, Context cx, Scriptable scope, boolean evalScript)Constructors in org.htmlunit.corejs.javascript with parameters of type NativeFunction Constructor Description ES6Generator(Scriptable scope, NativeFunction function, java.lang.Object savedState)NativeCall(NativeFunction function, Context cx, Scriptable scope, java.lang.Object[] args, boolean isArrow, boolean isStrict, boolean argsHasRest)NativeGenerator(Scriptable scope, NativeFunction function, java.lang.Object savedState) -
Uses of NativeFunction in org.htmlunit.corejs.javascript.optimizer
Methods in org.htmlunit.corejs.javascript.optimizer with parameters of type NativeFunction Modifier and Type Method Description static FunctionOptRuntime. bindThis(NativeFunction fn, Context cx, Scriptable scope, Scriptable thisObj)static ScriptableOptRuntime. createNativeGenerator(NativeFunction funObj, Scriptable scope, Scriptable thisObj, int maxLocals, int maxStack)static voidOptRuntime. initFunction(NativeFunction fn, int functionType, Scriptable scope, Context cx)
-