publish exported postfix operators as 'E("", ++x) - 1' and 'E("", --x) + 1'

This commit is contained in:
Vladimir Matveev
2015-04-13 21:32:27 -07:00
parent 5d2897d67f
commit 0feebd44b3
4 changed files with 37 additions and 13 deletions
+2
View File
@@ -14,6 +14,8 @@ x |= 1;
x &= 1;
for (x = 5;;x++) {}
for (x = 8;;x--) {}
for (x = 15;;++x) {}
for (x = 18;;--x) {}
for (let x = 50;;) {}
function foo() {