Please explain why Type.getClassName returns null

When I do a Type.getClass for an object I get {name : DiscBlueBB}, but when I do Type.getClassName for the same object I get null.

The build type is HTML5.

Explanation?

can you share some code, if that object is an instance, you should try Type.getClassName(Type.getClass(someInstance))