FunctionThe class instance to look up.
The matching registry entry (containing name, category,
constructor, and optionally tag), or undefined if no registered class is found in the chain.
Returns the registry entry for a given class instance, looked up by its constructor. Walks the instance's prototype chain until it finds a registered constructor, so subclasses that were not themselves passed to define will still resolve to their nearest registered ancestor.
getRegisteredEntry