[][src]Function quickjs_sys::JS_DefineProperty

pub unsafe extern "C" fn JS_DefineProperty(
    ctx: *mut JSContext,
    this_obj: JSValue,
    prop: JSAtom,
    val: JSValue,
    getter: JSValue,
    setter: JSValue,
    flags: c_int
) -> c_int