pub unsafe fn JS_AlreadyHasOwnProperty(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const c_char,
    foundp: *mut bool
) -> bool