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