Public Attributes | |
| lua_State * | L |
| ZIO * | Z |
| Mbuffer * | b |
| const char * | name |
Definition at line 22 of file lundump.cpp.
| Mbuffer* LoadState::b |
Definition at line 25 of file lundump.cpp.
Referenced by LoadString(), and luaU_undump().
| lua_State* LoadState::L |
Definition at line 23 of file lundump.cpp.
Referenced by error(), LoadCode(), LoadConstants(), LoadDebug(), LoadString(), LoadUpvalues(), and luaU_undump().
| const char* LoadState::name |
Definition at line 26 of file lundump.cpp.
Referenced by error(), and luaU_undump().
| ZIO* LoadState::Z |
Definition at line 24 of file lundump.cpp.
Referenced by LoadBlock(), and luaU_undump().
1.8.8