Function js_has_element

Source
pub unsafe extern "C" fn js_has_element(
    env: *mut js_env_t,
    object: *mut js_value_t,
    index: u32,
    result: *mut bool,
) -> c_int