Uses of Enum Class
org.mozilla.javascript.ArrayLikeAbstractOperations.ReduceOperation
-
Uses of ArrayLikeAbstractOperations.ReduceOperation in org.mozilla.javascript
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ArrayLikeAbstractOperations.ReduceOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Object
ArrayLikeAbstractOperations.reduceMethod
(Context cx, ArrayLikeAbstractOperations.ReduceOperation operation, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "reduce" and "reduceRight".