[][src]Function quickjs_sys::JS_SetPropertyInt64

pub unsafe extern "C" fn JS_SetPropertyInt64(
    ctx: *mut JSContext,
    this_obj: JSValue,
    idx: i64,
    val: JSValue
) -> c_int