C# Class Jurassic.Library.PromiseConstructor

Mostra file Open project: paulbartrum/jurassic Class Usage Examples

Private Properties

Property Type Description
All PromiseInstance
Call object
Construct PromiseInstance
GetDeclarativeProperties List
PromiseConstructor System
Race PromiseInstance
Reject PromiseInstance
Resolve PromiseInstance
__GETTER__Species object
__STUB__All object
__STUB__Call object
__STUB__Construct ObjectInstance
__STUB__Race object
__STUB__Reject object
__STUB__Resolve object

Private Methods

Method Description
All ( ObjectInstance iterable ) : PromiseInstance
Call ( ) : object
Construct ( FunctionInstance executor ) : PromiseInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
PromiseConstructor ( ObjectInstance prototype ) : System

Creates a new promise constructor.

Race ( ObjectInstance iterable ) : PromiseInstance
Reject ( object reason ) : PromiseInstance
Resolve ( object x ) : PromiseInstance
__GETTER__Species ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__All ( 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
__STUB__Race ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Reject ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Resolve ( ScriptEngine engine, object thisObj, object args ) : object