Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dlimits.rs706 memory_error: Option<String>, field
726 self.memory_error = Some(err.to_string()); in memory_grow_failed()
772 assert!(store.data().memory_error.is_none()); in custom_limiter_detect_grow_failure()
786 store.data().memory_error.as_ref().unwrap(), in custom_limiter_detect_grow_failure()
835 self.memory_error = Some(err.to_string()); in memory_grow_failed()
883 assert!(store.data().memory_error.is_none()); in custom_limiter_async_detect_grow_failure()
901 store.data().memory_error.as_ref().unwrap(), in custom_limiter_async_detect_grow_failure()