method ObjectConstructor.getPrototypeOf Private ObjectConstructor.getPrototypeOf(o: any): any Returns the prototype of an object. Parameters o: any The object that references the prototype. Return Type any