Function mozjs_sys::jsapi::glue::JS_GetOwnPropertyDescriptorById

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