Public Attributes | |
struct lua_longjmp * | previous |
luai_jmpbuf | b |
volatile int | status |
luai_jmpbuf lua_longjmp::b |
struct lua_longjmp* lua_longjmp::previous |
Definition at line 100 of file ldo.cpp.
Referenced by luaD_rawrunprotected().
volatile int lua_longjmp::status |
Definition at line 102 of file ldo.cpp.
Referenced by lua_resume(), luaD_pcall(), luaD_rawrunprotected(), luaD_throw(), and recover().