Function mozjs::rust::wrappers::JS_GetOwnUCPropertyDescriptor

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