C# Class Jurassic.Library.WeakMapConstructor

The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can be arbitrary values.
Inheritance: ClrStubFunction
Exibir arquivo Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
Call ( ) : object
Construct ( object iterable ) : WeakMapInstance
WeakMapConstructor ( ObjectInstance prototype ) : System

Creates a new map constructor.

__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : ObjectInstance