Searched refs:PreviousAsyncWasmCallState (Results 1 – 2 of 2) sorted by relevance
42 pub use self::tls::{AsyncWasmCallState, PreviousAsyncWasmCallState};1290 pub unsafe fn push(self) -> PreviousAsyncWasmCallState { in push() argument1293 let ret = PreviousAsyncWasmCallState { state: raw::get() }; in push()1349 pub struct PreviousAsyncWasmCallState { struct1357 impl PreviousAsyncWasmCallState { implementation1421 impl Drop for PreviousAsyncWasmCallState { implementation
651 tls: crate::runtime::vm::PreviousAsyncWasmCallState,