[][src]Function quickjs_sys::JS_SetClassProto

pub unsafe extern "C" fn JS_SetClassProto(
    ctx: *mut JSContext,
    class_id: JSClassID,
    obj: JSValue
)