Searched refs:debug_function (Results 1 – 3 of 3) sorted by relevance
454 let f = instance.debug_function(&mut store, 2).unwrap(); in private_entity_access()481 let host_func_import = instance.debug_function(&mut store, 0).unwrap(); in private_entity_access()
190 self.with_store(move |mut store| instance.debug_function(&mut store, idx)) in instance_get_func()
303 pub fn debug_function( in debug_function() method