Data Fields | |
struct lua_longjmp * | previous |
luai_jmpbuf | b |
volatile int | status |
Definition at line 44 of file ldo.c.
luai_jmpbuf lua_longjmp::b |
struct lua_longjmp* lua_longjmp::previous |
Definition at line 45 of file ldo.c.
Referenced by luaD_rawrunprotected().
volatile int lua_longjmp::status |
Definition at line 47 of file ldo.c.
Referenced by lua_resume(), luaD_pcall(), luaD_rawrunprotected(), and luaD_throw().