Fixed AS3 Simplify expressions - Do not convert this to {} when coerced

This commit is contained in:
Jindra Petřík
2023-10-06 17:42:14 +02:00
parent 2644575a20
commit ca0dc86cf3
4 changed files with 12 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
case "Boolean":
r = EcmaScript.toBoolean(r);
break;
}
}
GraphTargetItem it2 = valToItem(r);
if (it2 == null) {