Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs72 fn into_funcref(self, lazy_init: bool) -> Option<Option<NonNull<VMFuncRef>>> { in into_funcref() method
781 .into_funcref(lazy_init)) in get_func_maybe_init()