pub(crate) unsafe fn JS_GetPropertyDescriptorById(
cx: &mut JSContext,
obj: Handle<'_, *mut JSObject>,
id: Handle<'_, PropertyKey>,
desc: MutableHandle<'_, PropertyDescriptor>,
holder: MutableHandle<'_, *mut JSObject>,
isNone: *mut bool,
) -> bool