public class AbstractEcmaObjectOperations extends Object
Notes
| Constructor and Description |
|---|
AbstractEcmaObjectOperations() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isConstructor(Context cx,
Object argument)
IsConstructor ( argument )
7.2.4 IsConstructor
(argument)
|
static long |
lengthOfArrayLike(Context cx,
Scriptable o)
LengthOfArrayLike ( obj )
7.3.18
LengthOfArrayLike (obj)
|
static Constructable |
speciesConstructor(Context cx,
Scriptable s,
Constructable defaultConstructor)
Implement the ECMAScript abstract operation "SpeciesConstructor" defined in section 7.2.33 of
ECMA262.
|
public static Constructable speciesConstructor(Context cx, Scriptable s, Constructable defaultConstructor)
public static long lengthOfArrayLike(Context cx, Scriptable o)
Copyright © 2025 HtmlUnit. All rights reserved.