Function hirofa_quickjs_sys::JS_SetPropertyStr

source ยท
pub unsafe extern "C" fn JS_SetPropertyStr(
    ctx: *mut JSContext,
    this_obj: JSValue,
    prop: *const c_char,
    val: JSValue,
) -> c_int