Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Ddebug.rs31 assert!(instance.debug_global(&mut store, 0).is_none()); in debugging_apis_are_denied_without_debugging()
457 let g = instance.debug_global(&mut store, 1).unwrap(); in private_entity_access()
476 let host_global_import = instance.debug_global(&mut store, 0).unwrap(); in private_entity_access()
487 assert!(instance.debug_global(&mut store, 2).is_none()); in private_entity_access()
1301 .debug_global(&mut store, 0) in debug_ids()
1305 .debug_global(&mut store, 0) in debug_ids()
/wasmtime-44.0.1/crates/debugger/src/host/
H A Dopaque.rs180 self.with_store(move |mut store| instance.debug_global(&mut store, idx)) in instance_get_global()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs192 pub fn debug_global( in debug_global() method