Home
last modified time | relevance | path

Searched refs:instack (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h446 lu_byte instack; /* whether it is in stack */ member
H A Dlvm.c447 TValue *v = uv[i].instack ? base + uv[i].idx : encup[uv[i].idx]->v; in getcached()
471 if (uv[i].instack) /* upvalue refers to local variable? */ in pushclosure()
H A Dlparser.c236 f->upvalues[fs->nups].instack = (v->k == VLOCAL); in newupvalue()