[][src]Function ul_sys::JSObjectSetPrototype

pub unsafe extern "C" fn JSObjectSetPrototype(
    ctx: JSContextRef,
    object: JSObjectRef,
    value: JSValueRef
)

@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.