Method | Description | |
---|---|---|
WeakMapInstance ( |
Creates a new WeakMap instance.
|
Method | Description | |
---|---|---|
CreatePrototype ( ScriptEngine engine, |
Creates the WeakMap prototype object.
|
|
Delete ( object key ) : bool | ||
Get ( object key ) : object | ||
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
Has ( object key ) : bool | ||
Set ( object key, object value ) : |
||
__STUB__Delete ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Get ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Has ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Set ( ScriptEngine engine, object thisObj, object args ) : object |
public WeakMapInstance ( |
||
prototype | The next object in the prototype chain. | |
return | System |