Function mozjs::rust::wrappers::InvokeGetOwnPropertyDescriptor

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