C# Class Jurassic.Library.PromiseInstance

ファイルを表示 Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
Catch ( FunctionInstance onRejected ) : PromiseInstance
CreatePrototype ( ScriptEngine engine, PromiseConstructor constructor ) : ObjectInstance

Creates the Map prototype object.

GetDeclarativeProperties ( ScriptEngine engine ) : List
PromiseInstance ( ObjectInstance prototype, FunctionInstance executor ) : System

Creates a new Promise instance.

Then ( FunctionInstance onFulfilled, FunctionInstance onRejected ) : PromiseInstance
__STUB__Catch ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Then ( ScriptEngine engine, object thisObj, object args ) : object