| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
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.