JS_HasElement

Function JS_HasElement 

Source
pub unsafe fn JS_HasElement(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    index: u32,
    foundp: *mut bool,
) -> bool