Searched refs:OP_TFORLOOP (Results 1 – 4 of 4) sorted by relevance
216 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator
486 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP); in luaV_finishOp()824 lua_assert(GET_OPCODE(i) == OP_TFORLOOP); in luaV_execute()827 vmcase(OP_TFORLOOP, in luaV_execute()
356 case OP_TFORLOOP: in PrintCode()
1302 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()