| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| esid: sec-postfix-expressions-static-semantics-early-errors |
| description: Applied to a "covered" IdentifierReference |
| LeftHandSideExpression ++ |
| LeftHandSideExpression -- |
| - It is an early Reference Error if IsValidSimpleAssignmentTarget of |
| LeftHandSideExpression is false. |
| Static Semantics: IsValidSimpleAssignmentTarget |
| IdentifierReference : Identifier |
| 1. If this IdentifierReference is contained in strict mode code and |
| StringValue of Identifier is "eval" or "arguments", return false. |