Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs4166 .global_error_context_ref_counts in error_context_new()
4341 .global_error_context_ref_counts in error_context_drop()
4354 .global_error_context_ref_counts in error_context_drop()
4470 .global_error_context_ref_counts in error_context_transfer()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs954 assert!(state.global_error_context_ref_counts.is_empty()); in assert_concurrent_state_empty()
4900 global_error_context_ref_counts: field
4915 global_error_context_ref_counts: BTreeMap::new(), in default()