pub fn mock_js_eval(
    call: impl FnMut(Vec<JsCode>, Vec<String>) -> JsValue + 'static
)