public final class WeakSetPrototypeBuiltins extends JSBuiltinsContainer.SwitchEnum<WeakSetPrototypeBuiltins.WeakSetPrototype>
| Modifier and Type | Class and Description |
|---|---|
static class |
WeakSetPrototypeBuiltins.JSWeakSetAddNode
Implementation of the WeakSet.prototype.add().
|
static class |
WeakSetPrototypeBuiltins.JSWeakSetDeleteNode
Implementation of the WeakSet.prototype.delete().
|
static class |
WeakSetPrototypeBuiltins.JSWeakSetHasNode
Implementation of the WeakSet.prototype.has().
|
static class |
WeakSetPrototypeBuiltins.WeakSetPrototype |
JSBuiltinsContainer.Lambda, JSBuiltinsContainer.Switch, JSBuiltinsContainer.SwitchEnum<E extends Enum<E> & BuiltinEnum<E>>| Modifier and Type | Field and Description |
|---|---|
static JSBuiltinsContainer |
BUILTINS |
protected static Object |
PRESENT
Dummy value to associate with a key in the backing map.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WeakSetPrototypeBuiltins() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createNode(JSContext context,
JSBuiltin builtin,
boolean construct,
boolean newTarget,
WeakSetPrototypeBuiltins.WeakSetPrototype builtinEnum) |
protected static RuntimeException |
typeErrorKeyIsNotObject() |
protected static RuntimeException |
typeErrorWeakSetExpected() |
getEnumTypeargs, forEachAccessor, forEachBuiltin, fromEnum, fromEnum, getName, lookupAccessorByKey, lookupFunctionByName, registerpublic static final JSBuiltinsContainer BUILTINS
protected static final Object PRESENT
protected Object createNode(JSContext context, JSBuiltin builtin, boolean construct, boolean newTarget, WeakSetPrototypeBuiltins.WeakSetPrototype builtinEnum)
createNode in class JSBuiltinsContainer.SwitchEnum<WeakSetPrototypeBuiltins.WeakSetPrototype>protected static RuntimeException typeErrorKeyIsNotObject()
protected static RuntimeException typeErrorWeakSetExpected()