Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/tests/oom/
H A Dtable.rs42 fn table_set() -> Result<()> { in table_set() function
/wasmtime-44.0.1/tests/all/
H A Dgc.rs235 let table_set = instance.get_func(&mut store, "table-set").unwrap(); in drop_externref_via_table_set() localVariable
248 table_set.call(&mut scope, &args, &mut [])?; in drop_externref_via_table_set()
257 table_set.call(&mut scope, &args, &mut [])?; in drop_externref_via_table_set()
265 table_set.call(&mut store, &[Val::ExternRef(None)], &mut [])?; in drop_externref_via_table_set()