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