hirofa_quickjs_sys

Function JS_SetPropertyStr

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