C# Класс Jurassic.Library.PromiseInstance

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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