Function mozjs_sys::glue::InvokeGetOwnPropertyDescriptor

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