public class AbstractEcmaObjectOperations extends Object
Notes
| Constructor and Description |
|---|
AbstractEcmaObjectOperations() |
| Modifier and Type | Method and Description |
|---|---|
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)
Copyright © 2025 HtmlUnit. All rights reserved.