![]() |
mruby 3.3.0
mruby is the lightweight implementation of the Ruby language
|
#include <setjmp.h>
Go to the source code of this file.
Classes | |
struct | mrb_jmpbuf |
Macros | |
#define | MRB_SETJMP setjmp |
#define | MRB_LONGJMP longjmp |
#define | MRB_TRY(buf) |
#define | MRB_CATCH(buf) |
#define | MRB_END_EXC(buf) |
#define | MRB_THROW(buf) |
#define | mrb_jmpbuf_impl jmp_buf |
See Copyright Notice in mruby.h
#define MRB_CATCH | ( | buf | ) |
#define MRB_END_EXC | ( | buf | ) |
#define MRB_THROW | ( | buf | ) |
#define MRB_TRY | ( | buf | ) |