Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlopcodes.h307 OP_TFORLOOP,/* A Bx if R[A+2] ~= nil then { R[A]=R[A+2]; pc -= Bx } */ enumerator
H A Dluac.c636 case OP_TFORLOOP: in PrintCode()
H A Dlvm.c1938 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i));
1941 vmcase(OP_TFORLOOP) {
H A Dlparser.c1561 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody()