Function rquickjs::qjs::JS_DefinePropertyValue

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