pub unsafe fn JS_GetPropertyDescriptor(
cx: *mut JSContext,
obj: HandleObject<'_>,
name: *const c_char,
desc: &mut MutableHandle<'_, PropertyDescriptor>,
holder: &mut MutableHandleObject<'_>,
isNone: *mut bool,
) -> bool
pub unsafe fn JS_GetPropertyDescriptor(
cx: *mut JSContext,
obj: HandleObject<'_>,
name: *const c_char,
desc: &mut MutableHandle<'_, PropertyDescriptor>,
holder: &mut MutableHandleObject<'_>,
isNone: *mut bool,
) -> bool