Skip to content

Commit

Permalink
Editorial: HasCallInTailPosition: add a few defs
Browse files Browse the repository at this point in the history
HasCallInTailPosition was missing definitions for the 3
    IterationStatement : `for` `await` `(` ...
productions.
  • Loading branch information
jmdyck committed Sep 7, 2018
1 parent dfc4691 commit 85b7261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -20504,6 +20504,9 @@ <h1>Statement Rules</h1>
`for` `(` LeftHandSideExpression `in` Expression `)` Statement
`for` `(` `var` ForBinding `in` Expression `)` Statement
`for` `(` ForDeclaration `in` Expression `)` Statement
`for` `await` `(` LeftHandSideExpression `of` AssignmentExpression `)` Statement
`for` `await` `(` `var` ForBinding `of` AssignmentExpression `)` Statement
`for` `await` `(` ForDeclaration `of` AssignmentExpression `)` Statement

WithStatement : `with` `(` Expression `)` Statement
</emu-grammar>
Expand Down

0 comments on commit 85b7261

Please sign in to comment.