Uses of Class
org.mozilla.javascript.NativeFunction
Packages that use NativeFunction
-
Uses of NativeFunction in org.mozilla.javascript
Subclasses of NativeFunction in org.mozilla.javascriptFields in org.mozilla.javascript declared as NativeFunctionModifier and TypeFieldDescriptionprivate NativeFunction
ES6Generator.function
(package private) NativeFunction
NativeCall.function
private NativeFunction
NativeGenerator.function
Methods in org.mozilla.javascript with parameters of type NativeFunctionModifier and TypeMethodDescriptionstatic Scriptable
ScriptRuntime.createArrowFunctionActivation
(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) static Scriptable
ScriptRuntime.createFunctionActivation
(NativeFunction funObj, Scriptable scope, Object[] args) Deprecated.static Scriptable
ScriptRuntime.createFunctionActivation
(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) 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 NativeFunctionModifierConstructorDescriptionES6Generator
(Scriptable scope, NativeFunction function, Object savedState) (package private)
NativeCall
(NativeFunction function, Scriptable scope, Object[] args, boolean isArrow, boolean isStrict) 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 Function
OptRuntime.bindThis
(NativeFunction fn, Context cx, Scriptable scope, Scriptable thisObj) 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)
ScriptRuntime.createFunctionActivation(NativeFunction, Scriptable, Object[], boolean)
instead