1 2 3 4 5 6 7 8
use crate::records::const_prop_state::ConstPropState; impl ConstPropState { pub fn invalidate_heap_buffer_data(&mut self) { self.check_buffer_len_cache.clear(); self.buffer_load_store_info.clear(); } }