Uses of Enum Class
org.mozilla.javascript.ArrayLikeAbstractOperations.IterativeOperation
Packages that use ArrayLikeAbstractOperations.IterativeOperation
-
Uses of ArrayLikeAbstractOperations.IterativeOperation in org.mozilla.javascript
Methods in org.mozilla.javascript that return ArrayLikeAbstractOperations.IterativeOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ArrayLikeAbstractOperations.IterativeOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.javascript with parameters of type ArrayLikeAbstractOperations.IterativeOperationModifier and TypeMethodDescriptionstatic Object
ArrayLikeAbstractOperations.iterativeMethod
(Context cx, ArrayLikeAbstractOperations.IterativeOperation operation, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "every", "filter", "forEach", "map", and "some" without using an IdFunctionObject.static Object
ArrayLikeAbstractOperations.iterativeMethod
(Context cx, IdFunctionObject fun, ArrayLikeAbstractOperations.IterativeOperation operation, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "every", "filter", "forEach", "map", and "some" using an IdFunctionObject.