Function mozjs_sys::jsapi::JS_GetElement

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