Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h298 OP_TFORLOOP,/* A Bx if R[A+2] ~= nil then { R[A]=R[A+2]; pc -= Bx } */ enumerator
A Dluac.c631 case OP_TFORLOOP: in PrintCode()
A Dlvm.c1774 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i)); in luaV_execute()
1777 vmcase(OP_TFORLOOP) { in luaV_execute()
A Dlparser.c1535 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody()

Completed in 13 milliseconds