http://www.ecma-international.org/ecma-262/#sec-fulfillpromise

25.4.1.3.1 and 25.4.1.3.2
Promise Reject Functions
Promise Resolve Functions
Var JavascriptPromise::EntryResolveOrRejectFunction() 25.4.1.5
NewPromiseCapability ( C )
JavascriptPromiseCapability* JavascriptPromise::NewPromiseCapability 25.4.1.5.1
GetCapabilitiesExecutor Functions(resolve,reject)
Var JavascriptPromise::EntryCapabilitiesExecutorFunction 25.4.2.1
PromiseReactionJob ( reaction, argument )
Var JavascriptPromise::EntryReactionTaskFunction() 25.4.2.2
PromiseResolveThenableJob ( promiseToResolve, thenable, then )
Var JavascriptPromise::EntryResolveThenableTaskFunction() 25.4.3.1
Promise(executor)
Var JavascriptPromise::NewInstance() 25.4.4.1
Promise.all(iterable)
Var JavascriptPromise::EntryAll() 25.4.4.1.2
Promise.all Resolve Element Functions
Var JavascriptPromise::EntryAllResolveElementFunction() 25.4.1.8
TriggerPromiseReactions ( reactions, argument )
Var JavascriptPromise::TriggerPromiseReactions() 25.4.4.3
Promise.race(iterable)
Var JavascriptPromise::EntryRace() 25.4.4.4
Promise.reject ( r )
Var JavascriptPromise::EntryReject() 25.4.4.5
Promise.resolve ( x )
Var JavascriptPromise::EntryResolve() 25.4.5.1
Promise.prototype.catch(onRejected)
Var JavascriptPromise::EntryCatch() 25.4.5.3
Promise.prototype.then ( onFulfilled, onRejected )
Var JavascriptPromise::EntryThen() // Promise Identity Function as described in ES 2015Section 25.4.5.3.1
Var JavascriptPromise::EntryIdentityFunction() // Promise Thrower Function as described in ES 2015Section 25.4.5.3.3
Var JavascriptPromise::EntryThrowerFunction() // CreatePromiseCapabilityRecord as described in ES6.0 (draft 29) Section 25.4.1.6.1
JavascriptPromiseCapability* JavascriptPromise::CreatePromiseCapabilityRecord()

最新文章

  1. (转)C#图解—PictureBox.SizeMode 属性
  2. vi编辑器命令
  3. kettle运行spoon.bat时找不到javaw文件
  4. error: command 'cc' failed with exit status 1
  5. python学习-day15:局部变量与全局变量、嵌套函数、递归
  6. UVA 10341 Solve It 二分
  7. TCP释放连接的四次挥手过程
  8. bzoj2150,poj1422,poj1548
  9. Linux makefile 课程 非常具体的,和理解
  10. Node.js学习 - Install and Configure
  11. 源码中的哲学——通过构建者模式创建SparkSession
  12. Request中的各种地址
  13. [c/c++] programming之路(12)、循环结构
  14. 表单验证,添加动态class
  15. easyui增删改查前段代码
  16. js处理url的技巧和归纳
  17. CentOS系统安装遇到的一些问题
  18. hadoop版本总结
  19. PHP之mb_substr使用
  20. SpringMVC札集(07)——JSON数据

热门文章

  1. 同步、异步、阻塞、非阻塞与future
  2. ThinkPHP 3.2 vendor()方法的深入研究及Phpqrcode的正确扩展
  3. 996ICU与程序猿的个人成长
  4. (一)求 int 型数据在内存中存储时 1 的个数
  5. bzoj 1724 优先队列 切割木板
  6. pytorch中如何使用DataLoader对数据集进行批处理
  7. CF912E Prime Gift
  8. python - class类(归一化设计)
  9. <crtdbg.h> 的作用
  10. linux kernel的cmdline参数解析原理分析【转】