Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs1214 self.inner.throw_impl(exception); in throw()
1440 self.0.inner.throw_impl(exception); in throw()
2706 fn throw_impl(&mut self, exception: Rooted<ExnRef>) { in throw_impl() method