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