I am using Dean Edwards' Base.js library to provide OOP in javascript. The objects it creates look like "klass.proto.constructor" in Chrome's console. Is it possible to override its display name to show human-readable labels like "MyClass" etc.
I think it could be achieved by playing with toString property, but i have no idea how to do this.