C# Class Jurassic.Library.SetConstructor

显示文件 Open project: paulbartrum/jurassic Class Usage Examples

Private Properties

Property Type Description
Call object
Construct SetInstance
GetDeclarativeProperties List
SetConstructor System
__GETTER__Species object
__STUB__Call object
__STUB__Construct ObjectInstance

Private Methods

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

Creates a new set 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