Function mozjs::rust::jsapi_wrapped::JS_GetPropertyDescriptorById
source ยท pub unsafe fn JS_GetPropertyDescriptorById(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: HandleId<'_>,
desc: &mut MutableHandle<'_, PropertyDescriptor>,
holder: &mut MutableHandleObject<'_>,
isNone: *mut bool,
) -> bool