Function mozjs_sys::jsapi::glue::JS_GetOwnPropertyDescriptor
source ยท pub unsafe extern "C" fn JS_GetOwnPropertyDescriptor(
cx: *mut JSContext,
obj: HandleObject,
name: *const c_char,
desc: MutableHandle<PropertyDescriptor>,
isNone: *mut bool,
) -> bool