| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
static ArrayLikeAbstractOperations.IterativeOperation |
ArrayLikeAbstractOperations.IterativeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayLikeAbstractOperations.IterativeOperation[] |
ArrayLikeAbstractOperations.IterativeOperation.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.coercibleIterativeMethod(Context cx,
ArrayLikeAbstractOperations.IterativeOperation operation,
Scriptable scope,
Scriptable o,
Object[] args,
long length) |
static Object |
ArrayLikeAbstractOperations.iterativeMethod(Context cx,
ArrayLikeAbstractOperations.IterativeOperation operation,
Scriptable scope,
Scriptable thisObj,
Object[] args,
ArrayLikeAbstractOperations.LengthAccessor lengthAccessor)
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,
ArrayLikeAbstractOperations.LengthAccessor lengthAccessor)
Implements the methods "every", "filter", "forEach", "map", and "some" using an
IdFunctionObject.
|
static Object |
ArrayLikeAbstractOperations.iterativeMethod(Context cx,
Object tag,
String name,
ArrayLikeAbstractOperations.IterativeOperation operation,
Scriptable scope,
Scriptable thisObj,
Object[] args,
ArrayLikeAbstractOperations.LengthAccessor lengthAccessor) |
Copyright © 2025 HtmlUnit. All rights reserved.