Function JSObject.prototypeName

Gets this Object's prototype's constructor's name.

string prototypeName() @property const;

Equivalent to this JS:

Object.getPrototypeOf(value).constructor.name