| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
static ArrayLikeAbstractOperations.ReduceOperation |
ArrayLikeAbstractOperations.ReduceOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayLikeAbstractOperations.ReduceOperation[] |
ArrayLikeAbstractOperations.ReduceOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ArrayLikeAbstractOperations.reduceMethod(Context cx,
ArrayLikeAbstractOperations.ReduceOperation operation,
Scriptable scope,
Scriptable thisObj,
Object[] args)
Implements the methods "reduce" and "reduceRight".
|
static Object |
ArrayLikeAbstractOperations.reduceMethodWithLength(Context cx,
ArrayLikeAbstractOperations.ReduceOperation operation,
Scriptable scope,
Scriptable o,
Object[] args,
long length) |
Copyright © 2025 HtmlUnit. All rights reserved.