Go to the source code of this file.
|
| LUAI_FUNC int | luaF_close (lua_State *L, StkId level, int status) |
| |
| LUAI_FUNC UpVal * | luaF_findupval (lua_State *L, StkId level) |
| |
| LUAI_FUNC void | luaF_freeproto (lua_State *L, Proto *f) |
| |
| LUAI_FUNC const char * | luaF_getlocalname (const Proto *func, int local_number, int pc) |
| |
| LUAI_FUNC void | luaF_initupvals (lua_State *L, LClosure *cl) |
| |
| LUAI_FUNC CClosure * | luaF_newCclosure (lua_State *L, int nupvals) |
| |
| LUAI_FUNC LClosure * | luaF_newLclosure (lua_State *L, int nupvals) |
| |
| LUAI_FUNC Proto * | luaF_newproto (lua_State *L) |
| |
| LUAI_FUNC void | luaF_newtbcupval (lua_State *L, StkId level) |
| |
| LUAI_FUNC void | luaF_unlinkupval (UpVal *uv) |
| |
| #define CLOSEPROTECT (-2) |
| #define isintwups |
( |
|
L | ) |
(L->twups != L) |
| #define NOCLOSINGMETH (-1) |
| #define sizeCclosure |
( |
|
n | ) |
|
Value:
Definition at line 14 of file lfunc.h.
| #define sizeLclosure |
( |
|
n | ) |
|
Value:
Definition at line 17 of file lfunc.h.
| #define upisopen |
( |
|
up | ) |
((up)->v != &(up)->u.value) |
| LUAI_FUNC const char* luaF_getlocalname |
( |
const Proto * |
func, |
|
|
int |
local_number, |
|
|
int |
pc |
|
) |
| |