Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Ddebug.rs1370 struct CountingHandler(Arc<AtomicUsize>); in single_step_before_instantiation() struct
1371 impl DebugHandler for CountingHandler { in single_step_before_instantiation() implementation
1384 store.set_debug_handler(CountingHandler(counter.clone())); in single_step_before_instantiation()