Uses of Enum Class
org.mozilla.javascript.ArrayLikeAbstractOperations.IterativeOperation
-
Uses of ArrayLikeAbstractOperations.IterativeOperation in org.mozilla.javascript
Modifier 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.Modifier 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.