enhance evaluate (#3339)

fixes #3299
This commit is contained in:
Alex Lam S.L
2019-03-15 02:48:23 +08:00
committed by GitHub
parent 627f5fb41e
commit b3ef5e514d
2 changed files with 16 additions and 10 deletions

View File

@@ -947,7 +947,7 @@ collapse_vars_misc1: {
function f8() { var b = window.a * window.z; return b + (b + 5) }
function f9() { var b = window.a * window.z; return bar() || b }
function f10(x) { var a = 5; return a += 3; }
function f11(x) { var a = 5, b = 3; return a += --b; }
function f11(x) { var a = 5; return a += 2; }
}
}