You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: