Lines Matching defs:ComponentStoreData
29 pub struct ComponentStoreData { struct
32 instances: PrimaryMap<ComponentInstanceId, Option<OwnedComponentInstance>>,
35 trapped: bool,
39 num_component_instances: usize,
44 component_host_table: HandleTable,
45 host_resource_data: HostResourceData,
49 task_state: ComponentTaskState,
56 hostcall_fuel: usize,
80 impl ComponentStoreData { impl
81 pub fn new(engine: &Engine) -> ComponentStoreData { in new()
290 pub(crate) fn component_data(&self) -> &ComponentStoreData { in component_data()
294 pub(crate) fn component_data_mut(&mut self) -> &mut ComponentStoreData { in component_data_mut()