LClosure
LClosure *f = clLvalue(fi);
static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
LClosure *f;
LClosure *f1;
LClosure *f = clLvalue(L->top - 1); /* get newly created function */
LClosure *c = ci_func(ci);
#define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
LClosure *cl = gco2lcl(o);
LClosure l;
LClosure *cl;