pub unsafe extern "C" fn JSObjectSetPrototype(
ctx: JSContextRef,
object: JSObjectRef,
value: JSValueRef,
)Expand description
Sets an object’s prototype.
ctx: The execution context to use.object: TheJSObjectRefwhose prototype you want to set.value: AJSValueRefto set as the object’s prototype.