Function mozjs::rust::wrappers::JS_HasElement

source ·
pub unsafe fn JS_HasElement(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    index: u32,
    foundp: *mut bool
) -> bool