Function JS_DefinePropertyValue

Source
pub unsafe extern "C" fn JS_DefinePropertyValue(
    ctx: *mut JSContext,
    this_obj: JSValue,
    prop: u32,
    val: JSValue,
    flags: i32,
) -> i32