Searched refs:post_return_impl (Results 1 – 2 of 2) sorted by relevance
512 self.post_return_impl(store, post_return_arg) in call_impl()704 pub(crate) fn post_return_impl(&self, mut store: impl AsContextMut, arg: ValRaw) -> Result<()> { in post_return_impl() method
471 self.func.post_return_impl(store, post_return_arg)?; in call_impl()