Merge branch 'master' into harmony-v3.0.23

This commit is contained in:
alexlamsl
2017-07-02 17:47:21 +08:00
8 changed files with 182 additions and 96 deletions

View File

@@ -468,11 +468,9 @@ issue_2114_1: {
}
expect: {
var c = 0;
!function() {
0;
}((c += 1, c = 1 + c, function() {
c = 1 + (c += 1), function() {
var b = void (b && (b.b += (c += 1, 0)));
}()));
}();
console.log(c);
}
expect_stdout: "2"