Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

学习pull request #1

Open
wants to merge 783 commits into
base: gh-pages
Choose a base branch
from
Open

学习pull request #1

wants to merge 783 commits into from

Conversation

JS-mark
Copy link
Owner

@JS-mark JS-mark commented May 16, 2019

No description provided.

baooab and others added 30 commits March 31, 2020 10:43
修改了两处:

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) 简化了步骤之后的文字描述
统一“抽象操作的运行流程”的描述
Executing file directly must start with (absolute/relative) path under Linux
fix(proposals): shell exec style
lowercase "readfile"
```
Reflect.ownKeys(target)
Returns an array of the target object's own (not inherited) property keys.
```
Refrence: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect
docs:完善Reflect.ownkeys()方法的描述
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet