Skip to content

Commit

Permalink
Handle 'CallExpression PrivateIdentifier' in some more places.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Aug 13, 2019
1 parent e6db587 commit 32bb006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12820,6 +12820,7 @@ <h1>Static Semantics: AssignmentTargetType</h1>
CallExpression :
CallExpression `[` Expression `]`
CallExpression `.` IdentifierName
CallExpression `.` PrivateIdentifier

MemberExpression :
MemberExpression `[` Expression `]`
Expand Down Expand Up @@ -21511,6 +21512,7 @@ <h1>Expression Rules</h1>
SuperCall
CallExpression `[` Expression `]`
CallExpression `.` IdentifierName
CallExpression `.` PrivateIdentifier

NewExpression : `new` NewExpression

Expand Down

0 comments on commit 32bb006

Please sign in to comment.