enhance evaluate & reduce_vars (#5060)

This commit is contained in:
Alex Lam S.L
2021-07-07 17:29:23 +01:00
committed by GitHub
parent 2340feff87
commit 6577d641ac
4 changed files with 79 additions and 48 deletions

View File

@@ -323,9 +323,7 @@ issue_4893_1: {
expect: {
try{
(function f() {
var b;
b = null;
b.p += 42;
null.p += 42;
f;
})();
} catch (e) {