| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Field and Description |
|---|---|
protected SerializableConstructable |
LambdaConstructor.targetConstructor |
| Constructor and Description |
|---|
LambdaConstructor(Scriptable scope,
String name,
int length,
int flags,
SerializableConstructable target)
Create a new function that may be used as a constructor.
|
LambdaConstructor(Scriptable scope,
String name,
int length,
Object prototype,
SerializableCallable target,
SerializableConstructable targetConstructor) |
LambdaConstructor(Scriptable scope,
String name,
int length,
SerializableCallable target,
SerializableConstructable targetConstructor)
Create a new function that may be used as a constructor.
|
LambdaConstructor(Scriptable scope,
String name,
int length,
SerializableConstructable target)
Create a new function that may be used as a constructor.
|
Copyright © 2025 HtmlUnit. All rights reserved.