Function mozjs_sys::jsapi::JS_AlreadyHasOwnProperty

source ยท
pub unsafe extern "C" fn JS_AlreadyHasOwnProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const c_char,
    foundp: *mut bool,
) -> bool