Function jscjs_sys::api::JSObjectSetPrototype [−][src]
pub unsafe extern "C" fn JSObjectSetPrototype(
ctx: JSContextRef,
object: JSObjectRef,
value: JSValueRef
)
Expand description
@function @abstract Sets an object’s prototype. @param ctx The execution context to use. @param object The JSObject whose prototype you want to set. @param value A JSValue to set as the object’s prototype.