Method | Description | |
---|---|---|
WeakSetInstance ( |
Creates a new WeakSet instance.
|
Method | Description | |
---|---|---|
Add ( object value ) : |
||
CreatePrototype ( ScriptEngine engine, |
Creates the WeakSet prototype object.
|
|
Delete ( object value ) : bool | ||
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
Has ( object value ) : bool | ||
__STUB__Add ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Delete ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Has ( ScriptEngine engine, object thisObj, object args ) : object |
public WeakSetInstance ( |
||
prototype | The next object in the prototype chain. | |
return | System |