Function JSObject.prototypeName
Gets this Object's prototype's constructor's name.
					
			string prototypeName() @property const;
					
				
			Equivalent to this JS:
ObjectGets this Object's prototype's constructor's name.
					
			string prototypeName() @property const;
					
				
			Equivalent to this JS:
Object