Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs448 self.is_valid_impl(store.0.as_store_opaque()) in is_valid()
451 fn is_valid_impl(&self, store: &StoreOpaque) -> bool { in is_valid_impl() method
490 if !self.is_valid_impl(store) { in frame_data()