Sets the prototype of a specified object o to object proto or null.
The object to change its prototype.
The value of the new prototype or null.
Whether setting the prototype was successful.
Sets the prototype of a specified object o to object proto or null.