Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs416 let (dtor, instance) = self.instance.dtor_and_instance(ty); in guest_resource_lift_own()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs886 pub fn dtor_and_instance( in dtor_and_instance() method