enhance evaluate & reduce_vars (#5060)
This commit is contained in:
@@ -323,9 +323,7 @@ issue_4893_1: {
|
||||
expect: {
|
||||
try{
|
||||
(function f() {
|
||||
var b;
|
||||
b = null;
|
||||
b.p += 42;
|
||||
null.p += 42;
|
||||
f;
|
||||
})();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user