Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dtable.rs228 table.set_func(index, element)?; in set_()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs808 pub fn set_func(&mut self, index: u64, elem: Option<NonNull<VMFuncRef>>) -> Result<(), Trap> { in set_func() method
H A Dinstance.rs1294 .set_func(i, func_ref) in get_defined_table_with_lazy_init()