Function mozjs::rust::jsapi_wrapped::JS_GetOwnUCPropertyDescriptor

source ยท
pub unsafe fn JS_GetOwnUCPropertyDescriptor(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const u16,
    namelen: usize,
    desc: &mut MutableHandle<'_, PropertyDescriptor>,
    isNone: *mut bool,
) -> bool