Open jackbsteinberg opened 5 years ago
Gets and sets can typically be detected by checking for property access expressions, but sometimes they will show up as "property accesses in disguise":
delete x.y
x.y++
x.y -= z
These cases need to be considered within the get/set mod
Gets and sets can typically be detected by checking for property access expressions, but sometimes they will show up as "property accesses in disguise":
delete x.y
x.y++
x.y -= z
These cases need to be considered within the get/set mod