Is there a reliable way of getting the instance of a JavaScript object?
For example, relying on the fake \'obj.getInstance()\' function.
obj.getInstance()
var
I had some trouble with this, the solution was:
String(x.constructor) === String(T.Q.W.C)