for-await-of: dstr-binding, async func & async gen templates (update steps)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2017-05-03 11:28:35 -04:00
parent c0e9c69454
commit c3825f6138
6 changed files with 24 additions and 24 deletions

View File

@ -17,13 +17,13 @@ info: |
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
[...]
3. Let destructuring be IsDestructuring of lhs.
4. Let destructuring be IsDestructuring of lhs.
[...]
5. Repeat
6. Repeat
[...]
h. If destructuring is false, then
j. If destructuring is false, then
[...]
i. Else
k. Else
i. If lhsKind is assignment, then
[...]
ii. Else if lhsKind is varBinding, then

View File

@ -17,13 +17,13 @@ info: |
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
[...]
3. Let destructuring be IsDestructuring of lhs.
4. Let destructuring be IsDestructuring of lhs.
[...]
5. Repeat
6. Repeat
[...]
h. If destructuring is false, then
j. If destructuring is false, then
[...]
i. Else
k. Else
i. If lhsKind is assignment, then
[...]
ii. Else if lhsKind is varBinding, then

View File

@ -17,13 +17,13 @@ info: |
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
[...]
3. Let destructuring be IsDestructuring of lhs.
4. Let destructuring be IsDestructuring of lhs.
[...]
5. Repeat
6. Repeat
[...]
h. If destructuring is false, then
j. If destructuring is false, then
[...]
i. Else
k. Else
i. If lhsKind is assignment, then
[...]
ii. Else if lhsKind is varBinding, then

View File

@ -17,13 +17,13 @@ info: |
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
[...]
3. Let destructuring be IsDestructuring of lhs.
4. Let destructuring be IsDestructuring of lhs.
[...]
5. Repeat
6. Repeat
[...]
h. If destructuring is false, then
j. If destructuring is false, then
[...]
i. Else
k. Else
i. If lhsKind is assignment, then
[...]
ii. Else if lhsKind is varBinding, then

View File

@ -17,13 +17,13 @@ info: |
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
[...]
3. Let destructuring be IsDestructuring of lhs.
4. Let destructuring be IsDestructuring of lhs.
[...]
5. Repeat
6. Repeat
[...]
h. If destructuring is false, then
j. If destructuring is false, then
[...]
i. Else
k. Else
i. If lhsKind is assignment, then
[...]
ii. Else if lhsKind is varBinding, then

View File

@ -17,13 +17,13 @@ info: |
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
[...]
3. Let destructuring be IsDestructuring of lhs.
4. Let destructuring be IsDestructuring of lhs.
[...]
5. Repeat
6. Repeat
[...]
h. If destructuring is false, then
j. If destructuring is false, then
[...]
i. Else
k. Else
i. If lhsKind is assignment, then
[...]
ii. Else if lhsKind is varBinding, then