THIS object variable may not be modified.
The this variable, which is only available in member functions, is read-only. You can change the members in the object or even extend the current object, but you cannot change which object the this variable itself refers to
<< Back to errors overview