mirror of https://github.com/tc39/test262.git
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:
parent
c0e9c69454
commit
c3825f6138
|
@ -17,13 +17,13 @@ info: |
|
||||||
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
|
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
|
i. If lhsKind is assignment, then
|
||||||
[...]
|
[...]
|
||||||
ii. Else if lhsKind is varBinding, then
|
ii. Else if lhsKind is varBinding, then
|
||||||
|
|
|
@ -17,13 +17,13 @@ info: |
|
||||||
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
|
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
|
i. If lhsKind is assignment, then
|
||||||
[...]
|
[...]
|
||||||
ii. Else if lhsKind is varBinding, then
|
ii. Else if lhsKind is varBinding, then
|
||||||
|
|
|
@ -17,13 +17,13 @@ info: |
|
||||||
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
|
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
|
i. If lhsKind is assignment, then
|
||||||
[...]
|
[...]
|
||||||
ii. Else if lhsKind is varBinding, then
|
ii. Else if lhsKind is varBinding, then
|
||||||
|
|
|
@ -17,13 +17,13 @@ info: |
|
||||||
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
|
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
|
i. If lhsKind is assignment, then
|
||||||
[...]
|
[...]
|
||||||
ii. Else if lhsKind is varBinding, then
|
ii. Else if lhsKind is varBinding, then
|
||||||
|
|
|
@ -17,13 +17,13 @@ info: |
|
||||||
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
|
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
|
i. If lhsKind is assignment, then
|
||||||
[...]
|
[...]
|
||||||
ii. Else if lhsKind is varBinding, then
|
ii. Else if lhsKind is varBinding, then
|
||||||
|
|
|
@ -17,13 +17,13 @@ info: |
|
||||||
13.7.5.13 Runtime Semantics: ForIn/OfBodyEvaluation
|
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
|
i. If lhsKind is assignment, then
|
||||||
[...]
|
[...]
|
||||||
ii. Else if lhsKind is varBinding, then
|
ii. Else if lhsKind is varBinding, then
|
||||||
|
|
Loading…
Reference in New Issue