Searched refs:OP_FORLOOP (Results 1 – 4 of 4) sorted by relevance
292 OP_FORLOOP,/* A Bx update counters; if loop continues then pc-=Bx; */ enumerator
616 case OP_FORLOOP: in PrintCode()
1703 vmcase(OP_FORLOOP) { in luaV_execute()
1537 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody()