JS_DefinePropertyById4

Function JS_DefinePropertyById4 

Source
pub unsafe fn JS_DefinePropertyById4(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    id: Handle<'_, jsid>,
    getter: Handle<'_, *mut JSObject>,
    setter: Handle<'_, *mut JSObject>,
    attrs: c_uint,
) -> bool