Home
last modified time | relevance | path

Searched refs:OP_TFORLOOP (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlopcodes.h225 OP_TFORLOOP,/* A sBx if R(A+1) ~= nil then { R(A)=R(A+1); pc += sBx }*/ enumerator
Dluac.c374 case OP_TFORLOOP: in PrintCode()
Dlvm.c698 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()
Dlparser.c1310 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()