Skip to content
Snippets Groups Projects
Commit c1e1c56d authored by André Bargull's avatar André Bargull
Browse files

Increment/Decrement with property accessor expression

The increment/decrement operator evaluates its operand expression once. When
the operand expression is a property accessor, RequireObjectCoercible
and ToPropertyKey are called on the property accessor in the correct order.
parent cd538694
No related branches found
No related tags found
Loading
Showing
with 336 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment