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