#include <lua/lstate.h>
Collaboration diagram for CallInfo:
Data Fields | |
StkId | base |
StkId | top |
int | state |
union { | |
struct { | |
const Instruction * savedpc | |
const Instruction ** pc | |
int tailcalls | |
} l | |
struct { | |
int dummy | |
} c | |
} | u |
Definition at line 76 of file lstate.h.
|
Definition at line 78 of file lstate.h. Referenced by correctstack(), isinstack(), lua_close(), lua_getinfo(), lua_getlocal(), lua_setlocal(), luaD_pcall(), luaD_poscall(), luaD_precall(), resume_error(), and stack_init(). |
|
|
|
|
|
Referenced by callrethooks(), currentpc(), getfuncname(), lua_getstack(), luaD_precall(), luaV_execute(), and traceexec(). |
|
|
|
|
|
Definition at line 81 of file lstate.h. Referenced by callrethooks(), currentpc(), lua_getstack(), lua_resume(), lua_yield(), luaD_call(), luaD_precall(), luaV_execute(), resume(), stack_init(), traceexec(), and traversestack(). |
|
|
|
Definition at line 80 of file lstate.h. Referenced by correctstack(), lua_checkstack(), luaD_callhook(), luaD_precall(), resume(), stack_init(), and traversestack(). |
|
Referenced by callrethooks(), currentpc(), getfuncname(), lua_getstack(), luaD_precall(), luaV_execute(), and traceexec(). |