Uses of Class
org.mozilla.javascript.NativeFunction
Packages that use NativeFunction
-
Uses of NativeFunction in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type NativeFunctionModifier and TypeMethodDescriptionstatic ScriptableScriptRuntime.createArrowFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, Object[] args, boolean isStrict, boolean argsHasRest) static ScriptableScriptRuntime.createArrowFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) Deprecated.static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, Object[] args, boolean isStrict, boolean argsHasRest) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, 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.mozilla.javascript with parameters of type NativeFunctionModifierConstructorDescriptionES6Generator(Scriptable scope, NativeFunction function, Object savedState) 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 NativeFunctionModifier and TypeMethodDescriptionstatic 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)
ScriptRuntime.createArrowFunctionActivation(NativeFunction, Context, Scriptable, Object[], boolean, boolean)instead