C# 클래스 Jurassic.Library.PromiseInstance

파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

비공개 메소드들

메소드 설명
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