Function JS_DefinePropertyValue

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