Searched refs:EntryStoreContext (Results 1 – 2 of 2) sorted by relevance
26 use crate::{EntryStoreContext, prelude::*};422 old_state: &mut EntryStoreContext, in catch_traps() argument475 use crate::EntryStoreContext;560 old_state: *mut EntryStoreContext,575 old_state: *mut EntryStoreContext, in new() argument
1448 let mut previous_runtime_state = EntryStoreContext::enter_wasm(store, &mut initial_stack_csi); in invoke_wasm_and_catch_traps()1469 pub(crate) struct EntryStoreContext { struct1485 impl EntryStoreContext { implementation1611 impl Drop for EntryStoreContext { implementation