Home
last modified time | relevance | path

Searched refs:assert_my_funcref (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dfunc.rs1586 assert_my_funcref(&mut caller, func.as_ref())?; in calls_with_funcref_and_externref()
1606 fn assert_my_funcref(mut store: impl AsContextMut, func: Option<&Func>) -> Result<()> { in calls_with_funcref_and_externref() function
1639 assert_my_funcref(&mut store, b.as_ref())?; in calls_with_funcref_and_externref()
1646 assert_my_funcref(&mut store, results[1].unwrap_funcref())?; in calls_with_funcref_and_externref()
1663 assert_my_funcref(&mut store, b.as_ref())?; in calls_with_funcref_and_externref()
1673 assert_my_funcref(&mut store, results[1].unwrap_funcref())?; in calls_with_funcref_and_externref()