hirofa_quickjs_sys

Function JS_DefinePropertyGetSet

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