| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Field and Description |
|---|---|
static SymbolKey |
SymbolKey.HAS_INSTANCE |
static SymbolKey |
SymbolKey.IS_CONCAT_SPREADABLE |
static SymbolKey |
SymbolKey.IS_REGEXP |
static SymbolKey |
SymbolKey.ITERATOR |
static SymbolKey |
SymbolKey.MATCH |
static SymbolKey |
SymbolKey.MATCH_ALL |
static SymbolKey |
SymbolKey.REPLACE |
static SymbolKey |
SymbolKey.SEARCH |
static SymbolKey |
SymbolKey.SPECIES |
static SymbolKey |
SymbolKey.SPLIT |
static SymbolKey |
SymbolKey.TO_PRIMITIVE |
static SymbolKey |
SymbolKey.TO_STRING_TAG |
static SymbolKey |
SymbolKey.UNSCOPABLES |
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaConstructor.definePrototypeAlias(String name,
SymbolKey alias,
int attributes)
Define a property on the prototype that has the same value as another property.
|
void |
LambdaConstructor.definePrototypeMethod(Scriptable scope,
SymbolKey name,
int length,
Object prototype,
SerializableCallable target,
int attributes,
int propertyAttributes)
Define a function property on the prototype of the constructor using a LambdaFunction under
the covers.
|
void |
LambdaConstructor.definePrototypeMethod(Scriptable scope,
SymbolKey name,
int length,
SerializableCallable target,
int attributes,
int propertyAttributes)
Define a function property on the prototype of the constructor using a LambdaFunction under
the covers.
|
Copyright © 2025 HtmlUnit. All rights reserved.