Function js_call_function_with_checkpoint

Source
pub unsafe extern "C" fn js_call_function_with_checkpoint(
    env: *mut js_env_t,
    receiver: *mut js_value_t,
    function: *mut js_value_t,
    argc: usize,
    argv: *const *mut js_value_t,
    result: *mut *mut js_value_t,
) -> c_int