Home
last modified time | relevance | path

Searched refs:OP_CLOSE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlopcodes.h269 OP_CLOSE,/* A close all upvalues >= R[A] */ enumerator
H A Dlparser.c618 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel()
682 luaK_codeABC(fs, OP_CLOSE, stklevel, 0, 0); in leaveblock()
1428 luaK_codeABC(fs, OP_CLOSE, lblevel, 0, 0); in gotostat()
1503 luaK_codeABC(fs, OP_CLOSE, reglevel(fs, bl2.nactvar), 0, 0); in repeatstat()
H A Dluac.c551 case OP_CLOSE: in PrintCode()
H A Dldebug.c626 case OP_CLOSE: case OP_RETURN: tm = TM_CLOSE; break; in funcnamefromcode()
H A Dlvm.c855 case OP_CLOSE: { /* yielded closing variables */ in luaV_finishOp()
1594 vmcase(OP_CLOSE) { in luaV_execute()