2E3D3TGY4B4L6VKJ6WKDHPS4BD5JNJM2I56RHHYZNVABUTGQUTPQC struct StackFrame<'gc> {stack: Vec<Gc<'gc, Primitive<'gc>>>,srl_registers: [Option<Gc<'gc, ListCell<'gc>>>; 255],inst_ptr: usize,
pub struct StackFrame<'gc> {/// The stack of a stack framepub stack: Vec<Gc<'gc, Primitive<'gc>>>,/// The SRL registers, mostly used to create self-referential/// datastructurespub srl_registers: [Option<Gc<'gc, ListCell<'gc>>>; 255],/// The instruction pointer of a stack framepub inst_ptr: usize,