Unit 'libsee' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libsee]

TSEE_try_context_t

Declaration

Source position: libsee.pas line 343

type TSEE_try_context_t = record

  interpreter: PTSEE_interpreter;

  previous: PTSEE_try_context;

  thrown: TSEE_value;

  done: tcint;

  env: Tjmp_buf;

  throw_file: PTcchar;

  throw_line: tcint;

  saved_traceback: PTSEE_traceback;

  traceback: PTSEE_traceback;

end;


Documentation generated on: 2023-03-18