pub fn validate_exception_handlers(
decoded: &DecodedCode,
code_length: usize,
handlers: &[ExceptionHandlerRange],
) -> Result<(), InstructionError>Expand description
Validate Code-attribute exception ranges against an already decoded code array.