pub fn handle_alloc_local(
frame_state: FrameState,
ap_tracking: ApTracking,
allocation_size: usize,
) -> Result<(usize, FrameState), FrameStateError>
Expand description
Returns the offset of the newly allocated variable and the new frame state.