this
is not a variable you can assign a value to. It is a built-in expression returning the object that is the context for the method currently executing.
While re-assigning this
might be useful for some nice hacks, it would mess up all kind of things.