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