Searched refs:OP_CLOSE (Results 1 – 3 of 3) sorted by relevance
204 OP_CLOSE,/* A close all variables in the stack up to (>=) R(A)*/ enumerator
301 luaK_codeABC(fs, OP_CLOSE, bl->nactvar, 0, 0); in leaveblock()986 luaK_codeABC(fs, OP_CLOSE, bl->nactvar, 0, 0); in breakstat()
719 case OP_CLOSE: { in luaV_execute()