Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs615 self.tls.assert_null(); in dispose()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtraphandlers.rs1326 pub fn assert_null(&self) { in assert_null() method