Skip to main content

validate_stack_entry

Function validate_stack_entry 

Source
pub fn validate_stack_entry(entry: &StackEntry) -> Result<(), ValidateError>
Expand description

Check control-frame label invariants (loopStart, block/ifEnd).

§Errors

Returns ValidateError::ControlLabelMismatch when a control frame’s label does not match its control kind.