Sets the prototype of a specified object o to object proto or null. Returns the object o.
The object to change its prototype.
The value of the new prototype or null.
Sets the prototype of a specified object o to object proto or null. Returns the object o.