Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h268 OP_CLOSE,/* A close all upvalues >= R[A] */ enumerator
A Dlparser.c606 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel()
668 luaK_codeABC(fs, OP_CLOSE, stklevel, 0, 0); in leaveblock()
1416 luaK_codeABC(fs, OP_CLOSE, lblevel, 0, 0); in gotostat()
1491 luaK_codeABC(fs, OP_CLOSE, reglevel(fs, bl2.nactvar), 0, 0); in repeatstat()
A Dluac.c552 case OP_CLOSE: in PrintCode()
A Dldebug.c631 case OP_CLOSE: case OP_RETURN: tm = TM_CLOSE; break; in funcnamefromcode()
A Dlvm.c850 case OP_CLOSE: case OP_RETURN: { /* yielded closing variables */ in luaV_finishOp()
1538 vmcase(OP_CLOSE) { in luaV_execute()

Completed in 14 milliseconds