#include "llimits.h"
#include "lobject.h"
#include "lzio.h"
#include "_native_lua_config.h"
Go to the source code of this file.
|
| enum | expkind {
VVOID,
VNIL,
VTRUE,
VFALSE,
VK,
VKFLT,
VKINT,
VKSTR,
VNONRELOC,
VLOCAL,
VUPVAL,
VCONST,
VINDEXED,
VINDEXUP,
VINDEXI,
VINDEXSTR,
VJMP,
VRELOC,
VCALL,
VVARARG
} |
| |
◆ RDKCONST
| #define RDKCONST 1 /* constant */ |
◆ RDKCTC
| #define RDKCTC 3 /* compile-time constant */ |
◆ RDKTOCLOSE
| #define RDKTOCLOSE 2 /* to-be-closed */ |
◆ VDKREG
| #define VDKREG 0 /* regular */ |
◆ vkisindexed
◆ vkisvar
◆ Dyndata
◆ expdesc
◆ FuncState
◆ Labeldesc
◆ Labellist
◆ Vardesc
◆ expkind
| Enumerator |
|---|
| VVOID | |
| VNIL | |
| VTRUE | |
| VFALSE | |
| VK | |
| VKFLT | |
| VKINT | |
| VKSTR | |
| VNONRELOC | |
| VLOCAL | |
| VUPVAL | |
| VCONST | |
| VINDEXED | |
| VINDEXUP | |
| VINDEXI | |
| VINDEXSTR | |
| VJMP | |
| VRELOC | |
| VCALL | |
| VVARARG | |
◆ luaY_nvarstack()
◆ luaY_parser()