pub fn handle_finalize_locals(
frame_state: FrameState,
ap_tracking: ApTracking,
) -> Result<(usize, FrameState), FrameStateError>
Expand description
Returns the number of slots that were allocated for locals and the new frame state.
pub fn handle_finalize_locals(
frame_state: FrameState,
ap_tracking: ApTracking,
) -> Result<(usize, FrameState), FrameStateError>
Returns the number of slots that were allocated for locals and the new frame state.