CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "lstate.h"
Datenfelder | |
CommonHeader | |
lu_byte | status |
StkId | top |
StkId | base |
global_State * | l_G |
CallInfo * | ci |
const Instruction * | savedpc |
StkId | stack_last |
StkId | stack |
CallInfo * | end_ci |
CallInfo * | base_ci |
int | stacksize |
int | size_ci |
unsigned short | nCcalls |
unsigned short | baseCcalls |
lu_byte | hookmask |
lu_byte | allowhook |
int | basehookcount |
int | hookcount |
lua_Hook | hook |
TValue | l_gt |
TValue | env |
GCObject * | openupval |
GCObject * | gclist |
struct lua_longjmp * | errorJmp |
ptrdiff_t | errfunc |
struct lua_longjmp* errorJmp |
global_State* l_G |
const Instruction* savedpc |