1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

14 Commits

Author SHA1 Message Date
zhangbao
73320217c2
统一“抽象操作的运行流程”的描述
修改了两处:

1)步骤描述

`ReturnIfAbrupt(result)`  应该描述为:

> 1. If result is an abrupt completion, return result.
> 2. Set result to result.[[Value]]

而非

> 1. If resultCompletionRecord is an abrupt completion, return resultCompletionRecord.
> 2. Let result be resultCompletionRecord.[[Value]].

改写之后,方便简写前后的对照,而不至于对不上号。

另外,第一步也修改为:Let result be AbstractOp()

“Set result to result.[[Value]]”的写法参考了这里的:https://v8.dev/blog/understanding-ecmascript-part-1#completion-records

2) 简化了步骤之后的文字描述
2020-03-31 10:43:21 +08:00
Chen Fengyuan
7d266f0ce7 docs: fix typos 2019-01-23 15:06:56 +08:00
wuzhiyu5
31bef7b0bc 调整描述以符合伪代码中展示内容 2018-05-03 16:06:51 +08:00
wuzhiyu5
4533f407a7 修复es6文档章节链接和伪代码格式 2018-05-03 16:06:51 +08:00
xianshenglu
2eccfb5a35
删除无效字符 2018-04-05 18:27:56 +08:00
ruanyf
c568f10710 docs(spec): edit glossary 2018-01-14 22:12:24 +08:00
ruanyf
26bb54f20b docs(spec): edit glossary 2018-01-14 22:10:47 +08:00
ruanyf
2fe9716a09 docs(spec): edit glossary 2018-01-14 22:07:05 +08:00
Ika
e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
ruanyf
8afab8ca89 edit function/length 2015-11-13 13:22:20 +08:00
ruanyf
b3460911dc fix typo 2015-11-12 22:31:53 +08:00
ruanyf
d066d470b5 fix typo 2015-11-12 19:51:23 +08:00
ruanyf
430515672c fix typo 2015-11-12 19:42:07 +08:00
ruanyf
f74f42ae57 新增《读懂ECMAScript规格》 2015-11-12 19:34:54 +08:00