JSPromise<T extends JSAny?> 构造函数

JSPromise<T extends JSAny?>(
  1. JSFunction executor
)

实现

external JSPromise(JSFunction executor);