Function mozjs::jsapi::JS_HasElement

source ·
pub unsafe extern "C" fn JS_HasElement(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    index: u32,
    foundp: *mut bool
) -> bool