getName
Get the name of an object.
getValue(obj)
var map = new DefineMap();
canReflect.getName(map); //-> "DefineMap{}"
Parameters
- obj
{Object}
:the object to get from
Returns
{String}
:
The human-readable name of the object