Function mozjs::jsapi::JS_AlreadyHasOwnProperty

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