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