Function mozjs_sys::jsapi::glue::JS_GetPropertyDescriptorById

source ยท
pub unsafe extern "C" fn JS_GetPropertyDescriptorById(
    cx: *mut JSContext,
    obj: HandleObject,
    id: HandleId,
    desc: MutableHandle<PropertyDescriptor>,
    holder: MutableHandleObject,
    isNone: *mut bool,
) -> bool