C# Class Jurassic.Library.MapConstructor

The Map object is a simple key/value map. Any value (both objects and primitive values) may be used as either a key or a value.
Inheritance: ClrStubFunction
Exibir arquivo Open project: paulbartrum/jurassic Class Usage Examples

Private Properties

Property Type Description
Call object
Construct MapInstance
GetDeclarativeProperties List
MapConstructor System
__GETTER__Species object
__STUB__Call object
__STUB__Construct ObjectInstance

Private Methods

Method Description
Call ( ) : object
Construct ( object iterable ) : MapInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
MapConstructor ( ObjectInstance prototype ) : System

Creates a new map constructor.

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